| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | core/hle/kernel/svc: Implement svcMapTransferMemory | 2019-03-13 | 1 | -1/+57 | ||
| | * | | | | | core/hle/kernel: Split transfer memory handling out into its own class | 2019-03-13 | 6 | -4/+177 | ||
| * | | | | | | Merge pull request #2221 from DarkLordZach/firmware-version | 2019-03-23 | 7 | -3/+154 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | set_sys: Move constants to anonymous namespace | 2019-03-11 | 1 | -1/+1 | ||
| | * | | | | | | set_sys: Use official nintendo version string | 2019-03-10 | 4 | -19/+25 | ||
| | * | | | | | | system_version: Correct sizes on VectorVfsFile construction | 2019-03-10 | 1 | -4/+4 | ||
| | * | | | | | | set_sys: Use correct error codes in GetFirmwareVersion* | 2019-03-10 | 1 | -21/+41 | ||
| | * | | | | | | set_sys: Implement GetFirmwareVersion(2) for libnx hosversion | 2019-03-10 | 6 | -3/+128 | ||
| * | | | | | | | Merge pull request #2280 from lioncash/nso | 2019-03-23 | 3 | -73/+92 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | loader/nso: Place translation unit specific functions into an anonymous names... | 2019-03-22 | 1 | -20/+21 | ||
| | * | | | | | | | loader/nso: Clean up use of magic constants | 2019-03-22 | 1 | -4/+6 | ||
| | * | | | | | | | file_sys/patch_manager: Deduplicate NSO header | 2019-03-22 | 3 | -64/+65 | ||
| | * | | | | | | | loader/nso: Fix definition of the NSO header struct | 2019-03-22 | 1 | -3/+15 | ||
| | * | | | | | | | file_sys/patch_manager: Remove two magic values | 2019-03-22 | 1 | -2/+5 | ||
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2279 from lioncash/cheat-global | 2019-03-22 | 6 | -48/+57 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | file_sys/cheat_engine: Silence truncation and sign-conversion warnings | 2019-03-22 | 2 | -5/+6 | ||
| | * | | | | | | | file_sys/cheat_engine: Remove use of global system accessors | 2019-03-22 | 6 | -43/+51 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #2256 from bunnei/gpu-vmm | 2019-03-22 | 2 | -13/+5 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | memory: Check that core is powered on before attempting to use GPU. | 2019-03-20 | 1 | -1/+1 | ||
| | * | | | | | | gpu: Rewrite virtual memory manager using PageTable. | 2019-03-20 | 1 | -10/+2 | ||
| | * | | | | | | gpu: Move GPUVAddr definition to common_types. | 2019-03-20 | 1 | -2/+2 | ||
| * | | | | | | | Merge pull request #2234 from lioncash/mutex | 2019-03-21 | 5 | -29/+62 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | core/hle/kernel/mutex: Remove usages of global system accessors | 2019-03-14 | 1 | -11/+15 | ||
| | * | | | | | | | core/hle/kernel: Make Mutex a per-process class. | 2019-03-14 | 5 | -18/+47 | ||
| | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2274 from lioncash/include | 2019-03-21 | 1 | -3/+0 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | core/memory: Remove unnecessary includes | 2019-03-21 | 1 | -3/+0 | ||
| * | | | | | | | | Merge pull request #2275 from lioncash/memflags | 2019-03-21 | 4 | -22/+20 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respect... | 2019-03-21 | 4 | -22/+20 | ||
| | * | | | | | | | | kernel/vm_manager: Amend flag values for CodeMutable | 2019-03-21 | 1 | -1/+1 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2276 from lioncash/am | 2019-03-21 | 1 | -1/+15 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | service/am: Add function table for IDebugFunctions | 2019-03-21 | 1 | -1/+15 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1933 from DarkLordZach/cheat-engine | 2019-03-21 | 10 | -0/+813 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | vm_manager: Remove cheat-specific ranges from VMManager | 2019-03-05 | 10 | -77/+56 | ||
| | * | | | | | | | core: Add support for registering and controlling ownership of CheatEngine | 2019-03-04 | 2 | -0/+13 | ||
| | * | | | | | | | cheat_engine: Add parser and interpreter for game cheats | 2019-03-04 | 3 | -0/+715 | ||
| | * | | | | | | | loader/nso: Set main code region in VMManager | 2019-03-04 | 3 | -2/+21 | ||
| | * | | | | | | | vm_manager: Add support for storing and getting main code region | 2019-03-04 | 2 | -0/+28 | ||
| | * | | | | | | | patch_manager: Display cheats in game list add-ons | 2019-03-04 | 1 | -0/+2 | ||
| | * | | | | | | | patch_manager: Add support for loading cheats lists | 2019-03-04 | 2 | -0/+56 | ||
| | * | | | | | | | controllers/npad: Add accessor for current press state | 2019-03-04 | 1 | -0/+1 | ||
| * | | | | | | | | Merge pull request #2090 from FearlessTobi/port-4599 | 2019-03-20 | 6 | -96/+96 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | remove all occurance of specifying endianness inside BitField | 2019-02-06 | 6 | -96/+96 | ||
| * | | | | | | | | | Merge pull request #2262 from lioncash/enum | 2019-03-20 | 2 | -2/+15 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | file_sys/content_archive: Amend name of Data_Unknown5 enum entry | 2019-03-19 | 2 | -2/+15 | ||
| | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2268 from lioncash/codeset | 2019-03-20 | 8 | -45/+111 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | kernel/process: Make MapSegment lambda reference parameter const | 2019-03-20 | 1 | -1/+1 | ||
| | * | | | | | | | | kernel: Move CodeSet structure to its own source files | 2019-03-20 | 8 | -44/+110 | ||
| * | | | | | | | | | Merge pull request #2267 from FernandoS27/fix-2238 | 2019-03-20 | 1 | -1/+2 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Fix crash caused by 2238. | 2019-03-19 | 1 | -1/+2 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2224 from lioncash/opus | 2019-03-20 | 1 | -34/+48 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||