5748 Commits (2db5076ec9abab880ea2cc363f4e5e93c528d801)

Author SHA1 Message Date
Lioncash 52e83f0d5c kernel/handle_table: Remove usages of the global system instance 6 years ago
Lioncash 4ad69ca96e kernel/thread: Remove global GetCurrentThread() 6 years ago
Lioncash f2f876e3ff memory_layout: Remove unused data member 6 years ago
Lioncash ed0fe04b4f address_space_info: Use type alias to simplify code 6 years ago
Lioncash c3eb42de65 address_space_info: Make use of designated initializers 6 years ago
ReinUsesLisp 9b38f4fc55 kernel/scheduler: Use std::mutex instead of spin lock 6 years ago
bunnei e706501c8d hle: service: mii: Rewrite service to properly support creation of random and default miis. 6 years ago
lat9nq 63d23835ef
configuration: implement per-game configurations (#4098) 6 years ago
CrazyMax cf76769026 AM: fix GetDesiredLanguage: 6 years ago
CrazyMax 7bd3558c64 GetDisplayVersion should return a null-terminated version string. 6 years ago
Morph c0dc8f9d25 AM/ISelfController: Stub CreateManagedDisplaySeparableLayer 6 years ago
VolcaEM 3f910efb40
Rename two functions in NS 6 years ago
VolcaEM 38b585a309
Rename GetApplicationArea2 to GetApplicationAreaSize 6 years ago
Lioncash fb13f053bb key_manager: Correct casing of instance() 6 years ago
VolcaEM 86946ea13c
Remove duplicate functions 6 years ago
VolcaEM f3630a0713
Use decimal instead of hexadecimal 6 years ago
VolcaEM a0c499aef7
Fix typo 6 years ago
VolcaEM f2eead3b5b
Clang-format 6 years ago
VolcaEM 6a0010d0c6
service: Update function tables 6 years ago
ReinUsesLisp 8562b516c0 core_timing,scheduler: Use std::scoped_lock when possible 6 years ago
David Marcec db824b59c8 ldr: Cleanup NRO & NRR structs 6 years ago
David Marcec dcf345febe am: Stub GetIndirectLayerConsumerHandle 6 years ago
David Marcec f0baf2abf2 acc: ListOpenContextStoredUsers partial stub 6 years ago
Fernando Sahmkow 2f8947583f Core/Common: Address Feedback. 6 years ago
Fernando Sahmkow e486c66850 NvFlinger: Clang Format. 6 years ago
Fernando Sahmkow 4105f38022 SVC: Implement 32-bits wrappers and update Dynarmic. 6 years ago
Fernando Sahmkow ce350e7ce0 SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, SetMemoryAttribute32 6 years ago
Fernando Sahmkow 22ceaca2f4 SVC: Add GetThreadPriority32 & SetThreadPriority32 6 years ago
Fernando Sahmkow 7fd7d05838 Common/Kernel: Corrections and small bug fixing. 6 years ago
Fernando Sahmkow 272a87127a Services/NvFlinger: Do vSync in a sepparate thread on Multicore. 6 years ago
Fernando Sahmkow d240143588 Kernel: Correct Host Context on Threads and Scheduler. 6 years ago
Fernando Sahmkow 467d43570e Clang Format. 6 years ago
Fernando Sahmkow 48fa3b7a0f General: Cleanup legacy code. 6 years ago
Fernando Sahmkow c8bf47dcfb Kernel/svcBreak: Implement CacheInvalidation for Singlecore and correct svcBreak. 6 years ago
Fernando Sahmkow 19165cd859 HLE_IPC: Correct HLE Event behavior on timeout. 6 years ago
Fernando Sahmkow 7e2ce2f7f4 SingleCore: Improve Cycle timing Behavior and replace mutex in global scheduler for spinlock. 6 years ago
Fernando Sahmkow a7ecd9e19c FrameLimiting: Enable frame limiting for single core. 6 years ago
Fernando Sahmkow f5e32935ca SingleCore: Use Cycle Timing instead of Host Timing. 6 years ago
Fernando Sahmkow 9bde28d7b1 Scheduler: Correct Reload/Unload 6 years ago
Fernando Sahmkow 5974e3ea33 Thread: Release the ARM Interface on exitting. 6 years ago
Fernando Sahmkow 1567824d2d General: Move ARM_Interface into Threads. 6 years ago
Fernando Sahmkow 1b82ccec22 Core: Refactor ARM Interface. 6 years ago
Fernando Sahmkow 87c49aa7be SVC/ARM: Correct svcSendSyncRequest and cache ticks on arm interface. 6 years ago
Fernando Sahmkow f2ade343e2 SingleCore: Move Host Timing from a sepparate thread to main cpu thread. 6 years ago
Fernando Sahmkow 25565dffd5 ARM: Addapt to new Exclusive Monitor Interface. 6 years ago
Fernando Sahmkow db68fba4a6 Scheduler: Correct yielding interaction with SetThreadActivity. 6 years ago
Fernando Sahmkow 7020d498c5 General: Fix microprofile on dynarmic/svc, fix wait tree showing which threads were running. 6 years ago
Fernando Sahmkow e6f8bde74b General: Fix Stop function 6 years ago
Fernando Sahmkow f370de84b1 Kernel: Rewind on SVC change. 6 years ago
Fernando Sahmkow d494b074e8 Kernel: Preempt Single core on redudant yields. 6 years ago