5885 Commits (a8698cc276a6aa105fbc6cffdc13fb398f00a1a5)

Author SHA1 Message Date
Lioncash cc3d6fdf73 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 7 years ago
Lioncash 8d306269d0 core/memory: Migrate over ReadCString() to the Memory class 7 years ago
Lioncash 7110e6a128 core/memory: Migrate over GetPointer() 7 years ago
Lioncash e04aeb9531 core: Prepare various classes for memory read/write migration 7 years ago
Lioncash 811191a9c9 core/memory: Migrate over address checking functions to the new Memory class 7 years ago
Lioncash 1d9be65e26 core/memory: Migrate over memory mapping functions to the new Memory class 7 years ago
bunnei 8b35acbd29 core_timing: Use better reference tracking for EventType. (#3159) 7 years ago
bunnei 9a3cd7ccb8 kernel: Fix reference management for client/server session. 7 years ago
bunnei 5cb0f276fe kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 7 years ago
bunnei bde851fca2 Update svc.cpp 7 years ago
bunnei 5d381af66b svc: GetSystemTick should return cntpct_el0, not core ticks. 7 years ago
Fernando Sahmkow eb03767206 Kernel: Optimize condition variable threads management. 7 years ago
Fernando Sahmkow eef3236ecd Kernel: Correct SignalProcessWideKey 7 years ago
Fernando Sahmkow b021fa33b9 Kernel: Correct behavior of Condition Variables to be more similar to real hardware. 7 years ago
Fernando Sahmkow 323a0e17e7 Kernel: Correct Cancel Synchronization. 7 years ago
Lioncash 869878ac8d service/am: Remove unnecessary Skip calls 7 years ago
Lioncash 27611874d6 am: Stub QueryApplicationPlayStatistics 7 years ago
Lioncash 0ab5dd8c7f service: Update function tables 7 years ago
Lioncash 4c6cd8b9e8 core: Migrate off deprecated mbedtls functions 7 years ago
Lioncash 20d6637c03 service: Resolve sign conversion errors 7 years ago
Lioncash 63a3b54c1f kernel: Resolve sign conversion warnings 7 years ago
Lioncash 34bb09d7be result: Add default error code for the ResultCode(-1) case 7 years ago
Lioncash 53b3dea718 result: Resolve sign-coversion warnings 7 years ago
Michael Scire f0cea0cb13 Implement stub for QueryApplicationPlayStatisticsByUid 7 years ago
Fernando Sahmkow 28b227fe12 nifm: Only return that there's an internet connection when there's a BCATServer 7 years ago
bunnei fe02b9f968 common_func: Use std::array for INSERT_PADDING_* macros. 7 years ago
bunnei cff4a946ab kernel: readable_event: Signal only once. 7 years ago
bunnei eeef564c02 kernel: events: Remove ResetType::Automatic. 7 years ago
bunnei 02a4c4c481 kernel: readable_event: Initialize members. 7 years ago
FearlessTobi f60d43ef45 core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyrightImage and SetApplicationCopyrightVisibility 7 years ago
Lioncash 33df906815 scheduler: Mark parameter of AskForReselectionOrMarkRedundant() as const 7 years ago
Lioncash 0ae1dedad7 scheduler: Silence sign conversion warnings 7 years ago
Lioncash 3dbc651296 scheduler: Initialize class members directly where applicable 7 years ago
Lioncash 34e9a6ea64 scheduler: Amend documentation comments 7 years ago
Lioncash 1733d2604c hid/npad: Fix incorrect connection boolean value in ConnectAllDisconnectedControllers() 7 years ago
Lioncash 29fddba52e hid/npad: Add missing break in default case 7 years ago
Lioncash 060b33cfbe hid/npad: Replace std::for_each with ranged for loops 7 years ago
Lioncash 22e917cd8e hid/npad: Remove redundant non-const variant of IsControllerSupported() 7 years ago
Lioncash 98b277dfae hid/npad: Move function declarations 7 years ago
Lioncash 76157b0b04 apm/controller: Make SetPerformanceConfiguration() use an array of pairs over a map 7 years ago
Lioncash 756203599e apm/controller: Make GetCurrentPerformanceMode() a const member function 7 years ago
Lioncash 3d91f45a30 bcat: Remove use of global system accessors 7 years ago
Fernando Sahmkow 4f8fa2dd29 Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE. 7 years ago
Fernando Sahmkow 3300a7631d Kernel: Address Feedback 2 7 years ago
Fernando Sahmkow 5acd086b18 Kernel: Clang Format 7 years ago
Fernando Sahmkow ac9dd91f1e Kernel: Reverse global accessor removal. 7 years ago
Fernando Sahmkow a88238d68d Kernel: Address Feedback. 7 years ago
Fernando Sahmkow 17b53b4a54 Kernel Scheduler: Make sure the global scheduler shutdowns correctly. 7 years ago
Fernando Sahmkow 0d57b899dd Kernel_Thread: Eliminate most global accessors. 7 years ago
Fernando Sahmkow 59b89b1dd5 KernelSVC: Assert that condition variable address is aligned to 4 bytes. 7 years ago