index
:
melonDS
master
modified version of melonDS used for school/vsr
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ARMJIT_Memory.cpp
Commit message (
Expand
)
Author
Age
*
Refactor `NDS` and `DSi` to be objects (#1893)
Jesse Talavera-Greenberg
2023-11-28
*
Move all core types into namespaces (#1886)
Jesse Talavera-Greenberg
2023-11-25
*
Refactor the JIT to be object-oriented (#1879)
Jesse Talavera-Greenberg
2023-11-18
*
Refactor the GPU to be object-oriented (#1873)
Jesse Talavera-Greenberg
2023-11-09
*
Move NDSCart-related global state into objects (#1871)
Jesse Talavera-Greenberg
2023-11-09
*
convert Wifi and WifiAP
Arisotura
2023-11-04
*
convert SPU to OOP
Arisotura
2023-11-04
*
update copyright years
Arisotura
2023-11-04
*
Make the NDS teardown more robust (#1798)
Jesse Talavera-Greenberg
2023-09-15
*
Assorted portability enhancements (#1800)
Jesse Talavera-Greenberg
2023-08-18
*
Introduce `Platform::Log` (#1640)
Jesse Talavera-Greenberg
2023-03-23
*
JIT: Add bits for Windows ARM64 support
Nadia Holmquist Pedersen
2022-11-05
*
add support for the mainRAM mirror at 0x0C000000 in DSi mode, makes SM64DSi w...
Arisotura
2022-04-10
*
fix copyright headers
Arisotura
2022-03-07
*
update copyright headers
Arisotura
2022-01-09
*
dtcm not dtcb
RSDuck
2021-10-29
*
get rid of DTCMSize
RSDuck
2021-10-29
*
don't printf from exception handler
RSDuck
2021-06-07
*
Fix some compiler warnings
WaluigiWare64
2021-05-03
*
Update copyright year and add missing GPL headers part 2
WaluigiWare64
2021-03-21
*
remove direct reference to Switch frontend header
RSDuck
2021-03-03
*
Define CONTEXT_PC and use instead for much cleaner code (#1017)
WaluigiWare64
2021-02-25
*
fix #994
RSDuck
2021-02-09
*
wild shot into the dark
RSDuck
2021-02-09
*
Add NetBSD support (#985)
WaluigiWare64
2021-02-03
*
Add FreeBSD support (#939)
WaluigiWare64
2021-01-22
*
JIT A64: fixes
RSDuck
2021-01-05
*
Fix fastmem building on ARM64 Macs (#841)
WaluigiWare64
2020-12-11
*
aligned_alloc instead of memalign
RSDuck
2020-12-09
*
Use ashmem instead of memfd_create on Android. (#816)
Filippo Scognamiglio
2020-11-30
*
Add support for macOS (#771)
WaluigiWare64
2020-11-29
*
make fastmem work again
RSDuck
2020-11-13
*
fix Windows
RSDuck
2020-11-09
*
JIT fixes
RSDuck
2020-11-09
*
fix build on Switch
RSDuck
2020-09-11
*
JIT fastmem: fix out of bounds read
RSDuck
2020-08-25
*
use unordered map for JIT RestoreCandidates
RSDuck
2020-08-14
*
fix JIT for code in VRAM
RSDuck
2020-08-09
*
reset fastmem on DSi soft reset
RSDuck
2020-07-31
*
fix unterminated string + remove some JIT logging
RSDuck
2020-07-29
*
for some reason tabs and spaces were mixed
RSDuck
2020-07-23
*
attempt at fixing aarch64 linux yet again
RSDuck
2020-07-08
*
fix for fastmem when pc is used as immediate
RSDuck
2020-07-08
*
misc JIT changes
RSDuck
2020-07-08
*
make linux work and fix a few bugs
RSDuck
2020-07-04
*
reconcile DSi and JIT, fastmem for x64 and Windows
RSDuck
2020-06-30
*
first steps in bringing over the JIT refactor/fastmem
RSDuck
2020-06-16