2204 Commits (34d581f2dcffa9f54e96af230a56cb01e8e2fccd)

Author SHA1 Message Date
Cruel d60a9be5c6 Implement 3dsx RomFS 10 years ago
polaris- 5114d75647 Implement gdbstub 10 years ago
Lioncash 751fbfdcc3 general: Silence some warnings when using clang 10 years ago
Yuri Kunde Schlesner bbf92a54e5 Service/CFG: Add default entry for block 0x000A0001 (birthday) 10 years ago
Yuri Kunde Schlesner 13a8e39813 Service/CFG: Correct flags in 2 default blocks 10 years ago
Yuri Kunde Schlesner d91f1c0624 Service/CFG: Add additional blocks to default save data 10 years ago
Yuri Kunde Schlesner 6c89d4ca26 Fix narrowing conversion warning 10 years ago
Yuri Kunde Schlesner 1fe72dcc04 Service/CFG: Move several private types from the header to the cpp 10 years ago
Yuri Kunde Schlesner ac4f7b0fde Service/CFG: Clean up default block creation 10 years ago
Yuri Kunde Schlesner 1ed7f3e028 GSP: Implement command 0x05, used for flushing caches 10 years ago
Lioncash 07bfe0abbb general: Replace 0 literals with nullptr where applicable 10 years ago
Lioncash 60b3fc01a2 General: Replace NULL and '0' usages with nullptr where applicable 10 years ago
Lioncash d3efa637b4 General: Fix up doxygen comments 10 years ago
Lioncash 9cf1cfe3fd memory: Get rid of pointer casts 10 years ago
Lioncash d7bfda3e26 disk_archive: Remove unimplemented constructor declarations 10 years ago
Lioncash f87093686e y2r: Give local variables an initial value 10 years ago
archshift 9e8383e296 DynCom: Converted all 0xE condition code checks to ConditionCode::AL 10 years ago
archshift e0c10019a9 Add cam:u service function names to its function table 10 years ago
Yuri Kunde Schlesner 18c1c39d5e SVC: Advance time when calling GetSystemTick to escape busy-wait loops 11 years ago
Subv ce6a65cec9 Services/FS: Correctly tell the guest app whether a file was correctly opened or not. 10 years ago
Yuri Kunde Schlesner 0ee3e2c25e Kernel: Fix wrong linear heap base on titles using newer kernels 11 years ago
Yuri Kunde Schlesner 12390eb155 Kernel: Fix assertion failure when ControlMemory is called with size=0 11 years ago
Yuri Kunde Schlesner 687d973980 Core: Improve APT Shared Font hack 11 years ago
Lioncash dc1b024b80 dyncom: Simplify some comparisons in CondPassed 11 years ago
Lioncash 01dd833ffa dyncom: Change return type of CondPassed to bool 11 years ago
Yuri Kunde Schlesner 0fcabd2b11 Integrate the MicroProfile profiling library 11 years ago
Yuri Kunde Schlesner 78735e2ada Fix broken boot introduced by last-minute change in #1025 11 years ago
Yuri Kunde Schlesner 9ae5a09655 GPU: Implement TextureCopy-mode display transfers 11 years ago
Yuri Kunde Schlesner 840b85690b Kernel: Remove unused legacy heap MapBlock_* functions 11 years ago
Yuri Kunde Schlesner 38bfbe1b2b APT: Adjust shared font hack so it works with the new linear heap code 11 years ago
Yuri Kunde Schlesner 14eca982f4 Kernel: Implement svcGetProcessInfo in a basic way 11 years ago
Yuri Kunde Schlesner 74d4bc0af1 Kernel: Add more infrastructure to support different memory layouts 11 years ago
Yuri Kunde Schlesner c39b52f974 HLE: Remove empty ConfigMem and SharedPage Shutdown functions 11 years ago
Yuri Kunde Schlesner 69c3021a8d Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h} 11 years ago
Yuri Kunde Schlesner e2c7954be5 Memory: Move address type conversion routines to memory.cpp/h 11 years ago
Yuri Kunde Schlesner a12a30c9e0 Process: Store kernel compatibility version during loading 11 years ago
Yuri Kunde Schlesner cdeeecf080 Kernel: Properly implement ControlMemory FREE and COMMIT 11 years ago
Yuri Kunde Schlesner ccab02c723 Memory: Move PAGE_MASK and PAGE_BITS to memory.h 11 years ago
Yuri Kunde Schlesner 306408d174 VMManager: Introduce names for used ResultCodes 11 years ago
Yuri Kunde Schlesner b9a9ad9742 VMManager: Make LogLayout log level configurable as a parameter 11 years ago
Yuri Kunde Schlesner 785407d06f VMManager: Change block offsets to size_t 11 years ago
Lioncash 46b0277cbf vfp: use std::swap where applicable 11 years ago
bunnei 094ae6fadb Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders. 11 years ago
Benjamin Barenblat c0a87bc89f
Properly indicate that CIA support is not implemented yet 11 years ago
Benjamin Barenblat cd8be1846b
Give CIA file type a name 11 years ago
Emmanuel Gil Peyrot 5115d0177e ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types. 11 years ago
aroulin 38c87733d9 arm_disasm: ARMv6 mul/div and abs media instructions 11 years ago
aroulin 4a1db13072 arm_disasm: ARMv6 parallel add/sub media instructions 11 years ago
aroulin 0be8e1bfb6 arm_disasm: ARMv6 reversal media instructions 11 years ago
aroulin e4ff244288 arm_disasm: ARMv6 saturation media instructions 11 years ago