6069 Commits (657b3a366eb49146f6671357e45d5e688335e3b4)

Author SHA1 Message Date
Markus Wick c76ffa5019 core/kernel: Fix GetTotalPhysicalMemoryUsed. 6 years ago
bunnei 64c5631579 service: vi: Implement CloseLayer. 6 years ago
ReinUsesLisp 0d6d8129c4 yuzu: Remove Maxwell debugger 6 years ago
Markus Wick 0986caa8d8 core/memory + arm/dynarmic: Use a global offset within our arm page table. 6 years ago
Markus Wick cb9dd01ffd video_core: Block in WaitFence. 6 years ago
Fernando Sahmkow a5bb1ac6e3 NvServices: Correct Ioctl Remap. 6 years ago
Fernando Sahmkow 22c6b9fab2 Kernel: Correct behavior of Address Arbiter threads. (#3165) 6 years ago
Lioncash 30e365e4fc kernel/svc: Correct function signature of SignalProcessWideKey 6 years ago
Lioncash c3e43c7e81 kernel: Remove unnecessary includes 6 years ago
Lioncash 67b8265bd6 kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew 6 years ago
Fernando Sahmkow 40cd4df584 CpuCore: Clear exclusive state after doing a run in dynarmic. 6 years ago
ReinUsesLisp be9f80ef56
telemetry_session: Report renderer backend 6 years ago
ReinUsesLisp 526e533e90
telemetry_session: Use temporary to avoid writing the same enum 6 years ago
bunnei c3d3b173d3 kernel: Implement a more accurate IPC dispatch. 6 years ago
Morph e0242a4654 patch_manager: Adds check for disabled cheats to prevent them from being enabled (#3178) 6 years ago
Lioncash d66ab2b8aa filesys/romfs: Remove unused includes 6 years ago
Lioncash ba3c55ab7b filesys/romfs: Make ProcessFile and ProcessDirectory internally linked 6 years ago
Lioncash a3149536e2 file_sys/directory: Make EntryType an enum class 6 years ago
Lioncash e7e939104b core/memory; Migrate over SetCurrentPageTable() to the Memory class 6 years ago
Lioncash 50a518be69 core/memory: Migrate over GetPointerFromVMA() to the Memory class 6 years ago
Lioncash e4c381b885 core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash b05bfc6036 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash 89ef3ef575 core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory class 6 years ago
Lioncash 849581075a core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class 6 years ago
Lioncash b2165c6b35 core/memory: Migrate over ReadCString() to the Memory class 6 years ago
Lioncash 3f08e8d8d4 core/memory: Migrate over GetPointer() 6 years ago
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