6978 Commits (5c55f3b585eb92cd2fa6da0c714de2b3cf1003bc)

Author SHA1 Message Date
Lioncash 717e2d5b94 core/memory: Move memory read/write implementation functions into an anonymous namespace 6 years ago
Lioncash 811191a9c9 core/memory: Migrate over address checking functions to the new Memory class 6 years ago
Lioncash 1d9be65e26 core/memory: Migrate over memory mapping functions to the new Memory class 6 years ago
Lioncash ff443fa835 core/memory: Introduce skeleton of Memory class 6 years ago
bunnei 8b35acbd29 core_timing: Use better reference tracking for EventType. (#3159) 6 years ago
bunnei 9a3cd7ccb8 kernel: Fix reference management for client/server session. 6 years ago
bunnei 5cb0f276fe kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 6 years ago
bunnei bde851fca2 Update svc.cpp 6 years ago
bunnei 5d381af66b svc: GetSystemTick should return cntpct_el0, not core ticks. 6 years ago
Fernando Sahmkow eb03767206 Kernel: Optimize condition variable threads management. 6 years ago
Fernando Sahmkow eef3236ecd Kernel: Correct SignalProcessWideKey 6 years ago
Fernando Sahmkow b021fa33b9 Kernel: Correct behavior of Condition Variables to be more similar to real hardware. 6 years ago
Fernando Sahmkow 323a0e17e7 Kernel: Correct Cancel Synchronization. 6 years ago
Lioncash 869878ac8d service/am: Remove unnecessary Skip calls 6 years ago
Lioncash 27611874d6 am: Stub QueryApplicationPlayStatistics 6 years ago
Lioncash fd6e676326 xts_archive: Remove redundant std::string constructor 6 years ago
Lioncash 0ab5dd8c7f service: Update function tables 6 years ago
Lioncash c6b2fd7415 key_manager: Make use of IOFile in WriteKeyToFile() 6 years ago
Lioncash 4c6cd8b9e8 core: Migrate off deprecated mbedtls functions 6 years ago
Lioncash 0092723959 externals: Update httplib 6 years ago
Lioncash 20d6637c03 service: Resolve sign conversion errors 6 years ago
Lioncash 6fb1953e6c perf_stats: Resolve implicit int to double conversion error 6 years ago
Lioncash 93dd86b390 loader; Resolve sign conversion/truncation errors 6 years ago
Lioncash f1d916de5e gdbstub: Resolve sign conversion errors 6 years ago
Lioncash 63a3b54c1f kernel: Resolve sign conversion warnings 6 years ago
Lioncash e7f1a6b096 file_sys: Resolve sign conversion warnings 6 years ago
Lioncash 34bb09d7be result: Add default error code for the ResultCode(-1) case 6 years ago
Lioncash 5a0d4d4234 crypto: Resolve sign-conversion warnings 6 years ago
Lioncash 53b3dea718 result: Resolve sign-coversion warnings 6 years ago
Lioncash 7b79c025c2 arm_unicorn: Resolve sign conversion warnings 6 years ago
Lioncash 63be9f7f60 CMakeLists: Make most implicit type conversion warnings errors on MSVC 6 years ago
Michael Scire f0cea0cb13 Implement stub for QueryApplicationPlayStatisticsByUid 6 years ago
Fernando Sahmkow 28b227fe12 nifm: Only return that there's an internet connection when there's a BCATServer 6 years ago
bunnei fe02b9f968 common_func: Use std::array for INSERT_PADDING_* macros. 6 years ago
bunnei cff4a946ab kernel: readable_event: Signal only once. 6 years ago
bunnei eeef564c02 kernel: events: Remove ResetType::Automatic. 6 years ago
bunnei 02a4c4c481 kernel: readable_event: Initialize members. 6 years ago
FearlessTobi f60d43ef45 core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyrightImage and SetApplicationCopyrightVisibility 6 years ago
Lioncash 33df906815 scheduler: Mark parameter of AskForReselectionOrMarkRedundant() as const 6 years ago
Lioncash 0ae1dedad7 scheduler: Silence sign conversion warnings 6 years ago
Lioncash 3dbc651296 scheduler: Initialize class members directly where applicable 6 years ago
Lioncash 34e9a6ea64 scheduler: Amend documentation comments 6 years ago
Zach Hilman d5f1f99d99 savedata_factory: Automatically create certain savedata 6 years ago
bunnei 2b9c7a7dfe core: Fix clang-format errors. 6 years ago
Nicolae-Andrei Cociorba 47765b4d61 Fix null pointer deref. 6 years ago
Lioncash 4a7d680a7f dmnt_cheat_vm: Correct register Restore and ClearRegs behavior 6 years ago
Lioncash 1733d2604c hid/npad: Fix incorrect connection boolean value in ConnectAllDisconnectedControllers() 6 years ago
Lioncash 29fddba52e hid/npad: Add missing break in default case 6 years ago
Lioncash 060b33cfbe hid/npad: Replace std::for_each with ranged for loops 6 years ago
Lioncash 22e917cd8e hid/npad: Remove redundant non-const variant of IsControllerSupported() 6 years ago