5885 Commits (a8698cc276a6aa105fbc6cffdc13fb398f00a1a5)

Author SHA1 Message Date
David Marcec 56c3c62a45 vi: IApplicationDisplayService:GetIndirectLayerImageRequiredMemoryInfo 6 years ago
David Marcec 87a838304b Address issues 6 years ago
David Marcec 7ca5dcb7df swkbd: Return result for Calc request for inlined swkbd 6 years ago
Lioncash 214247f203 mii/manager: Resolve sign mismatch warnings 6 years ago
Lioncash 29a5f65f31 mii/manager: Make use of designated initializers 6 years ago
Lioncash e05eec5d51 kernel/thread: Remove unimplemented function prototype 6 years ago
Lioncash 3fe863c8f2 kernel: Remove unused variables 6 years ago
Lioncash 0a5524a15b kernel: Add missing include 6 years ago
Lioncash 02ff5e8d81 cpu_manager: Mark function getters as static 6 years ago
David Marcec 255847b16d hid: Only update keyboard & debug pad inputs if enabled 6 years ago
Morph 6bba209bba Add comment to clarify the nullptr check 6 years ago
Morph 7f908ceb00 filesystem: Create subdirectories prior to creating a file 6 years ago
Lioncash 56054fe86d core_timing: Make TimedCallback take std::chrono::nanoseconds 6 years ago
Lioncash 9e113a2b67 core_timing: Make use of std::chrono with ScheduleEvent 6 years ago
Lioncash 1d41247fce kernel/process: Move name and system context to the bottom of the member list 6 years ago
Lioncash 9346d1e257 kernel/handle_table: Remove usages of the global system instance 6 years ago
Lioncash 7deb699566 kernel/thread: Remove global GetCurrentThread() 6 years ago
Lioncash ed658d92dc memory_layout: Remove unused data member 6 years ago
Lioncash 14332845af address_space_info: Use type alias to simplify code 6 years ago
Lioncash c8b9f7bd14 address_space_info: Make use of designated initializers 6 years ago
ReinUsesLisp 43e15338e2 kernel/scheduler: Use std::mutex instead of spin lock 6 years ago
bunnei bd88e9fa71 hle: service: mii: Rewrite service to properly support creation of random and default miis. 6 years ago
lat9nq 61519c20c3 configuration: implement per-game configurations (#4098) 6 years ago
CrazyMax 3f446eb9c2 AM: fix GetDesiredLanguage: 6 years ago
CrazyMax 5be823e92c GetDisplayVersion should return a null-terminated version string. 6 years ago
Morph b29024f896 AM/ISelfController: Stub CreateManagedDisplaySeparableLayer 6 years ago
VolcaEM 1b4a3851ca Rename two functions in NS 6 years ago
VolcaEM 940c5932c7 Rename GetApplicationArea2 to GetApplicationAreaSize 6 years ago
Lioncash 1e362da176 key_manager: Correct casing of instance() 6 years ago
VolcaEM 33f6610f52 Remove duplicate functions 6 years ago
VolcaEM cd893f7ac4 Use decimal instead of hexadecimal 6 years ago
VolcaEM 6d7c850936 Fix typo 6 years ago
VolcaEM a82dc6c91d Clang-format 6 years ago
VolcaEM 9338a6a1cf service: Update function tables 6 years ago
ReinUsesLisp a0226819e1 core_timing,scheduler: Use std::scoped_lock when possible 6 years ago
David Marcec 3804c6d1c0 ldr: Cleanup NRO & NRR structs 6 years ago
David Marcec 2864b1fb41 am: Stub GetIndirectLayerConsumerHandle 6 years ago
David Marcec bbf7b72fbf acc: ListOpenContextStoredUsers partial stub 6 years ago
Fernando Sahmkow 94a51e6b21 Core/Common: Address Feedback. 6 years ago
Fernando Sahmkow 7818e2ee11 NvFlinger: Clang Format. 6 years ago
Fernando Sahmkow 8cd81eb66f SVC: Implement 32-bits wrappers and update Dynarmic. 6 years ago
Fernando Sahmkow 146bbc6189 SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, SetMemoryAttribute32 6 years ago
Fernando Sahmkow 75db328166 SVC: Add GetThreadPriority32 & SetThreadPriority32 6 years ago
Fernando Sahmkow 24e0d393e2 Common/Kernel: Corrections and small bug fixing. 6 years ago
Fernando Sahmkow fda5651072 Services/NvFlinger: Do vSync in a sepparate thread on Multicore. 6 years ago
Fernando Sahmkow 555c4c238c Kernel: Correct Host Context on Threads and Scheduler. 6 years ago
Fernando Sahmkow adc86e3030 Clang Format. 6 years ago
Fernando Sahmkow 6f0c873d48 General: Cleanup legacy code. 6 years ago
Fernando Sahmkow e95444c05a Kernel/svcBreak: Implement CacheInvalidation for Singlecore and correct svcBreak. 6 years ago
Fernando Sahmkow b2109333c6 HLE_IPC: Correct HLE Event behavior on timeout. 6 years ago