aboutsummaryrefslogtreecommitdiff
path: root/src/ARMJIT_Memory.cpp
Commit message (Expand)AuthorAge
* Fix some minor instances of undefined behaviorJesse Talavera-Greenberg2023-12-08
* Soften restrictions around `ARMJIT_Memory::RemapNWRAM`Jesse Talavera-Greenberg2023-12-08
* Refactor `NDS` and `DSi` to be objects (#1893)Jesse Talavera-Greenberg2023-11-28
* Move all core types into namespaces (#1886)Jesse Talavera-Greenberg2023-11-25
* Refactor the JIT to be object-oriented (#1879)Jesse Talavera-Greenberg2023-11-18
* Refactor the GPU to be object-oriented (#1873)Jesse Talavera-Greenberg2023-11-09
* Move NDSCart-related global state into objects (#1871)Jesse Talavera-Greenberg2023-11-09
* convert Wifi and WifiAPArisotura2023-11-04
* convert SPU to OOPArisotura2023-11-04
* update copyright yearsArisotura2023-11-04
* Make the NDS teardown more robust (#1798)Jesse Talavera-Greenberg2023-09-15
* Assorted portability enhancements (#1800)Jesse Talavera-Greenberg2023-08-18
* Introduce `Platform::Log` (#1640)Jesse Talavera-Greenberg2023-03-23
* JIT: Add bits for Windows ARM64 supportNadia Holmquist Pedersen2022-11-05
* add support for the mainRAM mirror at 0x0C000000 in DSi mode, makes SM64DSi w...Arisotura2022-04-10
* fix copyright headersArisotura2022-03-07
* update copyright headersArisotura2022-01-09
* dtcm not dtcbRSDuck2021-10-29
* get rid of DTCMSizeRSDuck2021-10-29
* don't printf from exception handlerRSDuck2021-06-07
* Fix some compiler warningsWaluigiWare642021-05-03
* Update copyright year and add missing GPL headers part 2WaluigiWare642021-03-21
* remove direct reference to Switch frontend headerRSDuck2021-03-03
* Define CONTEXT_PC and use instead for much cleaner code (#1017)WaluigiWare642021-02-25
* fix #994RSDuck2021-02-09
* wild shot into the darkRSDuck2021-02-09
* Add NetBSD support (#985)WaluigiWare642021-02-03
* Add FreeBSD support (#939)WaluigiWare642021-01-22
* JIT A64: fixesRSDuck2021-01-05
* Fix fastmem building on ARM64 Macs (#841)WaluigiWare642020-12-11
* aligned_alloc instead of memalignRSDuck2020-12-09
* Use ashmem instead of memfd_create on Android. (#816)Filippo Scognamiglio2020-11-30
* Add support for macOS (#771)WaluigiWare642020-11-29
* make fastmem work againRSDuck2020-11-13
* fix WindowsRSDuck2020-11-09
* JIT fixesRSDuck2020-11-09
* fix build on SwitchRSDuck2020-09-11
* JIT fastmem: fix out of bounds readRSDuck2020-08-25
* use unordered map for JIT RestoreCandidatesRSDuck2020-08-14
* fix JIT for code in VRAMRSDuck2020-08-09
* reset fastmem on DSi soft resetRSDuck2020-07-31
* fix unterminated string + remove some JIT loggingRSDuck2020-07-29
* for some reason tabs and spaces were mixedRSDuck2020-07-23
* attempt at fixing aarch64 linux yet againRSDuck2020-07-08
* fix for fastmem when pc is used as immediateRSDuck2020-07-08
* misc JIT changesRSDuck2020-07-08
* make linux work and fix a few bugsRSDuck2020-07-04
* reconcile DSi and JIT, fastmem for x64 and WindowsRSDuck2020-06-30
* first steps in bringing over the JIT refactor/fastmemRSDuck2020-06-16