3073 Commits (659b5f808852d069d4aaabd153ab1f817bf75ffe)

Author SHA1 Message Date
bunnei 5135b74179 core: Initialize several structs that make use of Common::UUID. 6 years ago
bunnei 64c5631579 service: vi: Implement CloseLayer. 6 years ago
Markus Wick cb9dd01ffd video_core: Block in WaitFence. 6 years ago
Fernando Sahmkow a5bb1ac6e3 NvServices: Correct Ioctl Remap. 6 years ago
bunnei c3d3b173d3 kernel: Implement a more accurate IPC dispatch. 6 years ago
Lioncash a3149536e2 file_sys/directory: Make EntryType an enum class 6 years ago
Lioncash b05bfc6036 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash 536fc7f0ea core: Prepare various classes for memory read/write migration 6 years ago
bunnei ec0ce96c56
core_timing: Use better reference tracking for EventType. (#3159) 6 years ago
bunnei 9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 6 years ago
Lioncash 2c4c2b5eee service/am: Remove unnecessary Skip calls 6 years ago
Lioncash 1cd8637bf0 am: Stub QueryApplicationPlayStatistics 6 years ago
Lioncash e21b6ff79d service: Update function tables 6 years ago
Lioncash e0c46e6879 core: Migrate off deprecated mbedtls functions 6 years ago
Lioncash f11b87ebf1 service: Resolve sign conversion errors 6 years ago
Michael Scire b0b0786493 Implement stub for QueryApplicationPlayStatisticsByUid 6 years ago
Fernando Sahmkow 3c95e49c42 nifm: Only return that there's an internet connection when there's a BCATServer 6 years ago
bunnei 1bdae0fe29 common_func: Use std::array for INSERT_PADDING_* macros. 6 years ago
bunnei b0ab803ce8 kernel: events: Remove ResetType::Automatic. 6 years ago
FearlessTobi 832c138eff core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyrightImage and SetApplicationCopyrightVisibility 6 years ago
Lioncash 8d8e495248 hid/npad: Fix incorrect connection boolean value in ConnectAllDisconnectedControllers() 6 years ago
Lioncash d076466f26 hid/npad: Add missing break in default case 6 years ago
Lioncash 26c84718c8 hid/npad: Replace std::for_each with ranged for loops 6 years ago
Lioncash e433e99191 hid/npad: Remove redundant non-const variant of IsControllerSupported() 6 years ago
Lioncash a71e8066a1 hid/npad: Move function declarations 6 years ago
Lioncash b77430df70 apm/controller: Make SetPerformanceConfiguration() use an array of pairs over a map 6 years ago
Lioncash 141d929929 apm/controller: Make GetCurrentPerformanceMode() a const member function 6 years ago
Lioncash cc1d7048b5 bcat: Remove use of global system accessors 6 years ago
Zach Hilman 1911f85391 pl_u: Fix mismatched rebase size error in font encryption 6 years ago
Zach Hilman 36d829c27b pl_u: Use kernel physical memory 6 years ago
Zach Hilman b3a8a094a5 pl_u: Remove excess static qualifier 6 years ago
Zach Hilman 40284c6868 pl_u: Use OSS system archives if real archives don't exist 6 years ago
Lioncash 574440d59f nvflinger/buffer_queue: Remove use of a global system accessor 6 years ago
Morph 29e15601f3 hid: Implement DeactivateNpad 6 years ago
Morph c1e9ca4c08 hid: Stub SetNpadJoyAssignmentModeSingle and reorganize service commands 6 years ago
Lioncash 0705ce0ed1 bcat/module: Silence truncation warnings 6 years ago
Lioncash 7e77d1593f bcat: Take std::function instance by value in NullBackend's constructor 6 years ago
Lioncash 81adf46d1d bcat: In-class initialize ProgressServiceBackend's impl member 6 years ago
Lioncash 3fcd2180e4 bcat: Make ProgressServiceBackend's constructor take a std::string_view 6 years ago
Lioncash f2fa16b609 bcat: Make ProgressServiceBackend's GetEvent() const 6 years ago
Lioncash 329081fcb7 boxcat: Silence an unused variable warning 6 years ago
Lioncash 69f16ba50e hle/service: Replace global system instance calls with instance-based ones 6 years ago
Fernando Sahmkow 75395605d6 NvFlinger: Remove leftover from corrections and clang format. 6 years ago
Fernando Sahmkow 69fa2e6525 Nvdrv: Correct Event setup in Nvdrv 6 years ago
Fernando Sahmkow 782b7a0ca4 NVFlinger: Reverse the change that only signaled events on buffer acquire. 6 years ago
Fernando Sahmkow ffc2ce89a0 Nvdrv: Do framelimiting only in the CPU Thread 6 years ago
Fernando Sahmkow 976d9ef43c NvFlinger: Don't swap buffers if a frame is missing and always trigger event in sync gpu. 6 years ago
Fernando Sahmkow 5b5e60ffec GPU_Async: Correct fences, display events and more. 6 years ago
Fernando Sahmkow 4e9f975935 Nvdrv: Correct Async regression and avoid signaling empty buffer vsyncs 6 years ago
ReinUsesLisp 25ee892d5e audio/audout_u: Change formatting for old clang-format versions 6 years ago