8639 Commits (d8deb39b83409f1d9b5eeec0a719d560e4409aae)

Author SHA1 Message Date
Lioncash d8deb39b83 svc: Handle memory writing explicitly within QueryProcessMemory 7 years ago
Lioncash b1b855c5d9 vm_manager: Correct ordering of last two struct members of MemoryInfo 7 years ago
Lioncash eb5f3f67f6 vm_manager: Amend the returned values for invalid memory queries in QueryMemory() 7 years ago
Lioncash a8cc03502b vm_manager: Migrate memory querying to the VMManager interface 7 years ago
Lioncash c02b8c895b vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.h 7 years ago
Lioncash 366985ca92 vm_manager: Amend MemoryState enum members 7 years ago
Lioncash f3a555a484 service/fsp_srv: Correct returned value in GetGlobalAccessLogMode() 7 years ago
Fernando Sahmkow d5d77848e6 Implemented a shader unique identifier. 7 years ago
fearlessTobi ca4e20b4e0 web_service: move telemetry condition from TelemetrySession constructor to destructor 7 years ago
Lioncash a4eaa6782f file_sys/save_data_factory: Update SaveDataSpaceId enum 7 years ago
Marcos Vitali f4fa7ecb0e gl_shader_decompiler: TLDS/TLD4/TLD4S Reworked reflecting the source registers, bugs fixed and modularize. 7 years ago
Tobias eb15711ee6
Backport review comment from citra-emu/citra#4418 7 years ago
Zach Hilman fcfbae88e9 savedata_factory: Add support for CacheStorage 7 years ago
Zach Hilman 5721b8b5ad savedata_factory: Delete TemporaryStorage on startup 7 years ago
Lioncash 15e3d4f357 memory: Convert ASSERT into a DEBUG_ASSERT within GetPointerFromVMA() 7 years ago
Lioncash d4c1b9d311 vm_manager: Make vma_map private 7 years ago
Zach Hilman 8be475d4dc system_archive: Implement open source NgWord2 7 years ago
Lioncash 24f051d723 hle/service: Replace log + UNIMPLEMENTED with UNIMPLEMENTED_MSG 7 years ago
Lioncash 9f56477539 hle/service: Remove unnecessary using declarations 7 years ago
Lioncash d8625f5544 hle/service, hle/sm: Compress usages of MakeResult() 7 years ago
Lioncash a8269fdae3 hle/service, hle/sm: Use structured bindings where applicable 7 years ago
Lioncash 01bf329f63 yuzu/game_list_worker: Don't retrieve the file type twice in AddFstEntriesToGameList() 7 years ago
Lioncash de095ded5c yuzu/game_list_worker: Don't retrieve file type and file type strings twice in MakeGameListEntry() 7 years ago
Lioncash de323851b4 loaders: Make GetFileType() a const qualified member function 7 years ago
heapo ca8ab1bc3b Call shrink_to_fit after page-table vector resizing to cause crt to actually lower vector capacity. For 36-bit titles saves 800MB of commit. 7 years ago
Lioncash 547eecf119 kernel/process: Set ideal core from metadata 7 years ago
Lioncash e90fa1ac54 configuration/config: Use an intermediary variable for accessing players 7 years ago
Lioncash 2207baaa04 ng_word: Deduplicate use of a constant value 7 years ago
Lioncash edd9bfd54a system_archive: Use a regular function pointer instead of std::function for file-scope system archive array 7 years ago
Lioncash 7c9b194d63 service/ldr: Deduplicate instruction cache clearing code in LoadNro() 7 years ago
Lioncash 05a6f1f676 service/ldr: Amend layout of the NRO header 7 years ago
ReinUsesLisp 59a8df1b14 gl_shader_decompiler: Implement TEXS.F16 7 years ago
Lioncash 817fb18e30 service/ldr: Corrent padding within the NRR header layout 7 years ago
ReinUsesLisp 370980fdc3 gl_shader_decompiler: Fixup inverted if 7 years ago
Lioncash 2f253986df kernel/svc: Correct behavior of svcResetSignal() 7 years ago
Lioncash c7462ce712 kernel/process: Make Process a WaitObject 7 years ago
Lioncash a3aa7aaf0b kernel/readable_event: Add member function for enforcing a strict reset contract 7 years ago
heapo 7853e6b5d4 Improve msvc codegen for hot-path array LUTs 7 years ago
Lioncash a49fd7fd57 yuzu/game_list_worker: Move std::string construction after the termination check in callbacks 7 years ago
Lioncash 8ea1f28614 kernel/svc: Remove unused header inclusion 7 years ago
Lioncash a543c35962 kernel/svc: Implement svcSignalEvent() 7 years ago
Lioncash 2a1f59b301 kernel/svc: Implement svcCreateEvent() 7 years ago
Zach Hilman f6f6503578 qt: Add Properties menu to game list right-click 7 years ago
Marcos ab2108fb2a Rewrited TEX/TEXS (TEX Scalar). (#1826) 7 years ago
Lioncash 5eb057f422 kernel/object: Amend handle types to distinguish between readable and writable events 7 years ago
Lioncash ac966e4213 kernel/handle_table: Amend reference to CTR-OS in Create() 7 years ago
Lioncash 312690b450 kernel/svc: Implement the resource limit svcGetInfo option 7 years ago
Subv c4c19fa6c1 Removed unused file. 7 years ago
Subv b873253da1 GPU: Don't try to route PFIFO methods (0-0x40) to the other engines. 7 years ago
V.Kalyuzhny b330b495dc [Kernel::CreateThread] Match format specifiers to LOG_TRACE's arguments 7 years ago