mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-30 01:29:52 -06:00
implementation of VRAM and other misc crap
This commit is contained in:
@ -1,38 +1,39 @@
|
||||
# depslib dependency file v1.0
|
||||
1480007651 source:c:\documents\sources\melonds\main.cpp
|
||||
1480957085 source:c:\documents\sources\melonds\main.cpp
|
||||
<stdio.h>
|
||||
"NDS.h"
|
||||
|
||||
1480942921 c:\documents\sources\melonds\nds.h
|
||||
1480975422 c:\documents\sources\melonds\nds.h
|
||||
"types.h"
|
||||
|
||||
1463409689 c:\documents\sources\melonds\types.h
|
||||
1480957224 c:\documents\sources\melonds\types.h
|
||||
|
||||
1480953322 source:c:\documents\sources\melonds\nds.cpp
|
||||
1480975347 source:c:\documents\sources\melonds\nds.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
"ARM.h"
|
||||
"CP15.h"
|
||||
"GPU2D.h"
|
||||
"SPI.h"
|
||||
|
||||
1480953451 source:c:\documents\sources\melonds\arm.cpp
|
||||
1480975148 source:c:\documents\sources\melonds\arm.cpp
|
||||
<stdio.h>
|
||||
"NDS.h"
|
||||
"ARM.h"
|
||||
"ARMInterpreter.h"
|
||||
|
||||
1480951045 c:\documents\sources\melonds\arm.h
|
||||
1480975035 c:\documents\sources\melonds\arm.h
|
||||
"types.h"
|
||||
"NDS.h"
|
||||
|
||||
1480954012 c:\documents\sources\melonds\arm_instrtable.h
|
||||
1480965403 c:\documents\sources\melonds\arm_instrtable.h
|
||||
|
||||
1480725698 c:\documents\sources\melonds\arminterpreter.h
|
||||
1480965273 c:\documents\sources\melonds\arminterpreter.h
|
||||
"types.h"
|
||||
"ARM.h"
|
||||
|
||||
1480952246 source:c:\documents\sources\melonds\arminterpreter.cpp
|
||||
1480975549 source:c:\documents\sources\melonds\arminterpreter.cpp
|
||||
<stdio.h>
|
||||
"NDS.h"
|
||||
"CP15.h"
|
||||
@ -42,33 +43,42 @@
|
||||
"ARMInterpreter_LoadStore.h"
|
||||
"ARM_InstrTable.h"
|
||||
|
||||
1480783605 c:\documents\sources\melonds\arminterpreter_branch.h
|
||||
1480957205 c:\documents\sources\melonds\arminterpreter_branch.h
|
||||
|
||||
1480783825 source:c:\documents\sources\melonds\arminterpreter_branch.cpp
|
||||
1480957179 source:c:\documents\sources\melonds\arminterpreter_branch.cpp
|
||||
<stdio.h>
|
||||
"ARM.h"
|
||||
|
||||
1480784137 c:\documents\sources\melonds\arminterpreter_alu.h
|
||||
1480965420 c:\documents\sources\melonds\arminterpreter_alu.h
|
||||
|
||||
1480952092 source:c:\documents\sources\melonds\arminterpreter_alu.cpp
|
||||
1480966229 source:c:\documents\sources\melonds\arminterpreter_alu.cpp
|
||||
"ARM.h"
|
||||
|
||||
1480953933 c:\documents\sources\melonds\arminterpreter_loadstore.h
|
||||
1480957165 c:\documents\sources\melonds\arminterpreter_loadstore.h
|
||||
|
||||
1480953916 source:c:\documents\sources\melonds\arminterpreter_loadstore.cpp
|
||||
1480972662 source:c:\documents\sources\melonds\arminterpreter_loadstore.cpp
|
||||
<stdio.h>
|
||||
"ARM.h"
|
||||
|
||||
1480776964 c:\documents\sources\melonds\cp15.h
|
||||
1480957212 c:\documents\sources\melonds\cp15.h
|
||||
|
||||
1480950166 source:c:\documents\sources\melonds\cp15.cpp
|
||||
1480975492 source:c:\documents\sources\melonds\cp15.cpp
|
||||
<stdio.h>
|
||||
"NDS.h"
|
||||
"ARM.h"
|
||||
|
||||
1480814622 c:\documents\sources\melonds\spi.h
|
||||
1480957111 c:\documents\sources\melonds\spi.h
|
||||
|
||||
1480954747 source:c:\documents\sources\melonds\spi.cpp
|
||||
1480973443 source:c:\documents\sources\melonds\spi.cpp
|
||||
<stdio.h>
|
||||
"NDS.h"
|
||||
"SPI.h"
|
||||
|
||||
1480971901 source:c:\documents\sources\melonds\gpu2d.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
"GPU2D.h"
|
||||
|
||||
1480970908 c:\documents\sources\melonds\gpu2d.h
|
||||
|
||||
|
Reference in New Issue
Block a user