6436 Commits (c4fe83a7bc302acbefe0eedee48eabc671d33964)

Author SHA1 Message Date
Lioncash 536fc7f0ea core: Prepare various classes for memory read/write migration 6 years ago
Lioncash fc7d0a17b6 core/memory: Move memory read/write implementation functions into an anonymous namespace 6 years ago
Lioncash e58748fd80 core/memory: Migrate over address checking functions to the new Memory class 6 years ago
Lioncash 323680e5ad core/memory: Migrate over memory mapping functions to the new Memory class 6 years ago
Lioncash 4c2ed2706e core/memory: Introduce skeleton of Memory class 6 years ago
bunnei ec0ce96c56
core_timing: Use better reference tracking for EventType. (#3159) 6 years ago
bunnei f6b9b7910e kernel: Fix reference management for client/server session. 6 years ago
bunnei 9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 6 years ago
bunnei 63248f4edd
Update svc.cpp 6 years ago
bunnei 6eaf7ab55f svc: GetSystemTick should return cntpct_el0, not core ticks. 6 years ago
Fernando Sahmkow 46bb609981 Kernel: Optimize condition variable threads management. 6 years ago
Fernando Sahmkow 2ab41ceff4 Kernel: Correct SignalProcessWideKey 6 years ago
Fernando Sahmkow 2d16507f9f Kernel: Correct behavior of Condition Variables to be more similar to real hardware. 6 years ago
Fernando Sahmkow 7d16b2d2dd Kernel: Correct Cancel Synchronization. 6 years ago
Lioncash 2c4c2b5eee service/am: Remove unnecessary Skip calls 6 years ago
Lioncash 1cd8637bf0 am: Stub QueryApplicationPlayStatistics 6 years ago
Lioncash 03b73aa575 xts_archive: Remove redundant std::string constructor 6 years ago
Lioncash e21b6ff79d service: Update function tables 6 years ago
Lioncash 64cbebc58f key_manager: Make use of IOFile in WriteKeyToFile() 6 years ago
Lioncash e0c46e6879 core: Migrate off deprecated mbedtls functions 6 years ago
Lioncash 47a6bb2d5b externals: Update httplib 6 years ago
Lioncash f11b87ebf1 service: Resolve sign conversion errors 6 years ago
Lioncash 75dec14f21 perf_stats: Resolve implicit int to double conversion error 6 years ago
Lioncash 23878bf360 loader; Resolve sign conversion/truncation errors 6 years ago
Lioncash 86a1eb7789 gdbstub: Resolve sign conversion errors 6 years ago
Lioncash 12dc918937 kernel: Resolve sign conversion warnings 6 years ago
Lioncash 86c397dd6e file_sys: Resolve sign conversion warnings 6 years ago
Lioncash ef060ed40c result: Add default error code for the ResultCode(-1) case 6 years ago
Lioncash 581d2e36e5 crypto: Resolve sign-conversion warnings 6 years ago
Lioncash 27ab99490e result: Resolve sign-coversion warnings 6 years ago
Lioncash 19a0abc19b arm_unicorn: Resolve sign conversion warnings 6 years ago
Lioncash 96d677bef0 CMakeLists: Make most implicit type conversion warnings errors on MSVC 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 ece5287843 kernel: readable_event: Signal only once. 6 years ago
bunnei b0ab803ce8 kernel: events: Remove ResetType::Automatic. 6 years ago
bunnei 28bb248db6 kernel: readable_event: Initialize members. 6 years ago
FearlessTobi 832c138eff core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyrightImage and SetApplicationCopyrightVisibility 6 years ago
Lioncash 6c8f28813c scheduler: Mark parameter of AskForReselectionOrMarkRedundant() as const 6 years ago
Lioncash f19c1a7cda scheduler: Silence sign conversion warnings 6 years ago
Lioncash 2fb0bbff29 scheduler: Initialize class members directly where applicable 6 years ago
Lioncash 2dc469ceba scheduler: Amend documentation comments 6 years ago
Zach Hilman bb207fe27a savedata_factory: Automatically create certain savedata 6 years ago
bunnei a86a88109a core: Fix clang-format errors. 6 years ago
Nicolae-Andrei Cociorba 20521da259 Fix null pointer deref. 6 years ago
Lioncash 2c34d8aabb dmnt_cheat_vm: Correct register Restore and ClearRegs behavior 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