| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | 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 #2253 from lioncash/flags | 2019-03-23 | 1 | -0/+61 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | CMakeLists: Move off of modifying CMAKE_*-related flags | 2019-03-17 | 1 | -20/+12 | ||
| | * | | | | | | | | | | | CMakeLists: Move compilation flags into the src directory | 2019-03-17 | 1 | -0/+69 | ||
| * | | | | | | | | | | | | 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 | 28 | -257/+550 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | memory_manager: Cleanup FindFreeRegion. | 2019-03-20 | 2 | -12/+6 | ||
| | * | | | | | | | | | | | | memory_manager: Use Common::AlignUp in public interface as needed. | 2019-03-20 | 1 | -11/+22 | ||
| | * | | | | | | | | | | | | memory_manager: Bug fixes and further cleanup. | 2019-03-20 | 2 | -73/+72 | ||
| | * | | | | | | | | | | | | memory: Check that core is powered on before attempting to use GPU. | 2019-03-20 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | | maxwell_dma: Check for valid source in destination before copy. | 2019-03-20 | 1 | -0/+10 | ||
| | * | | | | | | | | | | | | memory_manager: Add protections for invalid GPU addresses. | 2019-03-20 | 2 | -22/+43 | ||
| | * | | | | | | | | | | | | gl_rasterizer_cache: Check that backing memory is valid before creating a sur... | 2019-03-20 | 2 | -15/+12 | ||
| | * | | | | | | | | | | | | gpu: Rewrite virtual memory manager using PageTable. | 2019-03-20 | 13 | -212/+481 | ||
| | * | | | | | | | | | | | | gpu: Move GPUVAddr definition to common_types. | 2019-03-20 | 17 | -39/+31 | ||
| * | | | | | | | | | | | | | Merge pull request #2277 from bunnei/fix-smo-transitions | 2019-03-22 | 3 | -8/+12 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Revert "Devirtualize Register/Unregister and use a wrapper instead." | 2019-03-21 | 3 | -8/+12 | ||
| * | | | | | | | | | | | | | 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 #2260 from lioncash/sdl | 2019-03-21 | 3 | -12/+14 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | input_common/sdl: Correct return values within implementations of GetPollers() | 2019-03-18 | 2 | -2/+6 | ||