6978 Commits (5c55f3b585eb92cd2fa6da0c714de2b3cf1003bc)

Author SHA1 Message Date
Morph 6bba209bba Add comment to clarify the nullptr check 6 years ago
Morph 7f908ceb00 filesystem: Create subdirectories prior to creating a file 6 years ago
Lioncash 66e6dccc66 core_timing: Remove unused data member 6 years ago
Lioncash 56054fe86d core_timing: Make TimedCallback take std::chrono::nanoseconds 6 years ago
Lioncash 9e113a2b67 core_timing: Make use of std::chrono with ScheduleEvent 6 years ago
Lioncash 3ce5234599 settings: Resolve a sign conversion warning within GetTimeZoneString() 6 years ago
Lioncash 1d41247fce kernel/process: Move name and system context to the bottom of the member list 6 years ago
Lioncash 9346d1e257 kernel/handle_table: Remove usages of the global system instance 6 years ago
Lioncash 8c0ba1ce84 settings: Make use of std::string_view over std::string for logging 6 years ago
Lioncash 7deb699566 kernel/thread: Remove global GetCurrentThread() 6 years ago
Morph 63f16db2e6 clang format 6 years ago
Morph 9dc8b2f03c Use proper install result when overwriting files 6 years ago
Morph c530630c1c Remove global system instance and address feedback 6 years ago
Morph 5054a6c429 registered_cache: Remove previous update/dlc if it exists on install 6 years ago
VolcaEM 67310a4623 clang-format 6 years ago
VolcaEM bec0bdabc8 dmnt_cheat_vm: Implement opcode 0xC3 (ReadWriteStaticRegister) 6 years ago
lat9nq ca132f7dfb clang-format 6 years ago
lat9nq be59d82047 settings: Move settings sanitization to its own function 6 years ago
Lioncash ed658d92dc memory_layout: Remove unused data member 6 years ago
Lioncash 14332845af address_space_info: Use type alias to simplify code 6 years ago
Lioncash c8b9f7bd14 address_space_info: Make use of designated initializers 6 years ago
ReinUsesLisp 43e15338e2 kernel/scheduler: Use std::mutex instead of spin lock 6 years ago
Morph e01424699b fs: Fix RomFS building when zero byte files are present 6 years ago
bunnei bd88e9fa71 hle: service: mii: Rewrite service to properly support creation of random and default miis. 6 years ago
MerryMage f82bbf743c configure_cpu: Show/Hide debugging options 6 years ago
MerryMage 79dfd272a9 configuration: Add settings to enable/disable specific CPU optimizations 6 years ago
Morph ef6946bf66 vfs_real: Fix MoveFile 6 years ago
Morph c0dc6904e7 KeyManager: Prevent writing of invalid keys 6 years ago
Morph 9108fb8dd1 bis_factory: Set User NAND free space to be 1 MiB less than total. 6 years ago
Morph bc260d4b5b sdmc_factory: Set the SDMC total size to 1 TiB 6 years ago
Morph d378516007 bis_factory: Use hardware default NAND partition sizes 6 years ago
Morph 99ce1117c7 settings: Remove storage size options 6 years ago
lat9nq 61519c20c3 configuration: implement per-game configurations (#4098) 6 years ago
CrazyMax 3f446eb9c2 AM: fix GetDesiredLanguage: 6 years ago
MerryMage d6c3391232 cpu_interrupt_handler: Remove #pragma once from .cpp file 6 years ago
CrazyMax 5be823e92c GetDisplayVersion should return a null-terminated version string. 6 years ago
MerryMage f0019f2176 memory: Set page-table pointers before setting attribute = Memory 6 years ago
Morph b29024f896 AM/ISelfController: Stub CreateManagedDisplaySeparableLayer 6 years ago
VolcaEM 1b4a3851ca Rename two functions in NS 6 years ago
VolcaEM 940c5932c7 Rename GetApplicationArea2 to GetApplicationAreaSize 6 years ago
David Marcec 2961282fae externals: Track opus as submodule instead of using conan 6 years ago
Lioncash 1e362da176 key_manager: Correct casing of instance() 6 years ago
Lioncash 93f1d9435d key_manager: Delete move operations 6 years ago
Lioncash e67ab9a1b7 key_manager: Make use of canonical deleted operator= 6 years ago
VolcaEM 33f6610f52 Remove duplicate functions 6 years ago
VolcaEM cd893f7ac4 Use decimal instead of hexadecimal 6 years ago
VolcaEM 6d7c850936 Fix typo 6 years ago
VolcaEM a82dc6c91d Clang-format 6 years ago
VolcaEM 9338a6a1cf service: Update function tables 6 years ago
ReinUsesLisp a0226819e1 core_timing,scheduler: Use std::scoped_lock when possible 6 years ago