3768 Commits (12ab5a05474bf4bfc70257f604420e5a76927913)

Author SHA1 Message Date
Lioncash 12ab5a0547 service/apm: Add the apm:sys service 8 years ago
Hedges e2b74f6354 GDBStub works with both Unicorn and Dynarmic now (#941) 8 years ago
Lioncash 2feb1a8ba6 kernel/event: Make data members private 8 years ago
mailwl 2ea0f0fd16 Service/Audio: audout_a.cpp: remove pragma once 8 years ago
Lioncash 6c56754322 perf_stats: Correct literal used for MAX_LAG_TIME_US 8 years ago
Lioncash a0c3a46aa9 core_timing: Make GetGlobalTimeUs() return std::chrono::microseconds 8 years ago
Lioncash 2a7a2b739b memory: Make prototype parameter names match their definitions 8 years ago
Lioncash 4aa31b0618 memory: Correct prototype of ZeroBlock 8 years ago
Lioncash 2fc5c783ed memory: Remove unnecessary const qualifiers in prototypes 8 years ago
Lioncash 6edd828101 core_timing: Convert typedef into a type alias 8 years ago
Lioncash d9815b523b core_timing: Use transparent functors where applicable 8 years ago
Zach Hilman 7f9430f7ae loader: Make AppLoader_NCA rely on directory loading code 8 years ago
Lioncash 00f7e584ce gdbstub: Use type alias for breakpoint maps 8 years ago
Lioncash 89c076b4b1 gdbstub: Move all file-static variables into the GDBStub namespace 8 years ago
Lioncash 7a77d0a71e address_arbiter: Return by value from GetThreadsWaitingOnAddress() 8 years ago
Lioncash ca96f8db4e gdbstub: Replace PAddr alias with VAddr 8 years ago
bunnei b46df98e93 audio_core: Implement audren_u audio playback. 8 years ago
bunnei 1dee8ceda1 audio_core: Use s16 where possible for audio samples. 8 years ago
bunnei f1cb3903ac audio_core: Port codec code from Citra for ADPCM decoding. 8 years ago
Lioncash de72956181 service: Add arp services 8 years ago
Lioncash df51207ed2 service: Remove redundant #pragma once directives 8 years ago
Lioncash 0d04ee97dc aes_util: Add static assertion to Transcode() and XTSTranscode() to ensure well-defined behavior 8 years ago
Lioncash 64c8212ae1 aes_util: Make CalculateNintendoTweak() an internally linked function 8 years ago
Lioncash b25468b498 aes_util: Make Transcode() a const member function 8 years ago
Lioncash 8da651ac4d core/crypto: Remove unnecessary includes 8 years ago
Lioncash c1f76abfaf key_manager: Use regular std::string instead of std::string_view 8 years ago
bunnei 9f846d3aa4 audio_core: Streams need unique names for CoreTiming. 8 years ago
Lioncash 2665457f4a renderer_base: Make Rasterizer() return the rasterizer by reference 8 years ago
Lioncash 6030c5ce41 video_core: Eliminate the g_renderer global variable 8 years ago
Lioncash e93fa7f2cc kernel/thread: Fix potential crashes introduced in 26de4bb521 8 years ago
Lioncash e649db8c6b kernel/process: Use std::array where applicable 8 years ago
Lioncash 2beda7c2b3 kernel/process: Use accessors instead of class members for referencing segment array 8 years ago
Lioncash 59b04c0df6 memory: Remove unused GetSpecialHandlers() function 8 years ago
Lioncash 26de4bb521 core/memory: Get rid of 3DS leftovers 8 years ago
David c1d54f4aea Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851) 8 years ago
Lioncash d94a173877 kernel/vm_manager: Convert loop into std::any_of() 8 years ago
Lioncash c4e0c3d76c kernel/vm_manager: Use const where applicable 8 years ago
Lioncash ce5ad45278 kernel/vm_manager: Use the VAddr type alias in CarveVMA() 8 years ago
Lioncash 6058c84b79 kernel/thread: Make GetFreeThreadLocalSlot()'s loop indices size_t 8 years ago
Lioncash fac0e42b2f kernel/thread: Make GetFreeThreadLocalSlot() reference parameter a const reference 8 years ago
Lioncash 9a50a4f2cc kernel/thread: Make GetFreeThreadLocalSlot() internally linked 8 years ago
Lioncash 42a4c6b79e vfs_vector: Remove unused variable in FindAndRemoveVectorElement() 8 years ago
Lioncash cec9e9b811 vfs_vector: Avoid unnecessary copies where applicable 8 years ago
Lioncash c6db1c390b hw: Remove unused files 8 years ago
Lioncash 7469e26e5e service: Add migration services 8 years ago
Lioncash bf45092c61 kernel: Move object class to its own source files 8 years ago
Lioncash 5233040ab4 service: Add psc services 8 years ago
Lioncash 0f2ac928f2 video_core: Make global EmuWindow instance part of the base renderer class 8 years ago
Lioncash 48acb764a4 service/ns: Add missing ns services 8 years ago
Lioncash f77cfab516 lm: Amend name of ILogger 8 years ago