mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
move TCM shit to CP15.cpp. closer to the real thing (for example now DMA can't access TCM, etc).
the code is shit. I would use templates if only it fucking worked without requiring the function body to be included in a .h.
This commit is contained in:
@ -5,12 +5,12 @@
|
||||
"NDS.h"
|
||||
"GPU.h"
|
||||
|
||||
1485792939 c:\documents\sources\melonds\nds.h
|
||||
1485798225 c:\documents\sources\melonds\nds.h
|
||||
"types.h"
|
||||
|
||||
1481161027 c:\documents\sources\melonds\types.h
|
||||
|
||||
1485374133 source:c:\documents\sources\melonds\nds.cpp
|
||||
1485798397 source:c:\documents\sources\melonds\nds.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
@ -30,9 +30,10 @@
|
||||
"ARM.h"
|
||||
"ARMInterpreter.h"
|
||||
|
||||
1485797447 c:\documents\sources\melonds\arm.h
|
||||
1485799759 c:\documents\sources\melonds\arm.h
|
||||
"types.h"
|
||||
"NDS.h"
|
||||
"CP15.h"
|
||||
|
||||
1484530962 c:\documents\sources\melonds\arm_instrtable.h
|
||||
|
||||
@ -68,17 +69,18 @@
|
||||
<stdio.h>
|
||||
"ARM.h"
|
||||
|
||||
1481037554 c:\documents\sources\melonds\cp15.h
|
||||
1485799621 c:\documents\sources\melonds\cp15.h
|
||||
|
||||
1485136658 source:c:\documents\sources\melonds\cp15.cpp
|
||||
1485799278 source:c:\documents\sources\melonds\cp15.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
"ARM.h"
|
||||
"CP15.h"
|
||||
|
||||
1480957111 c:\documents\sources\melonds\spi.h
|
||||
|
||||
1485137440 source:c:\documents\sources\melonds\spi.cpp
|
||||
1485797744 source:c:\documents\sources\melonds\spi.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
|
Reference in New Issue
Block a user