mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 15:19:53 -06:00
start refactoring shit: more accurate timing and way of counting cycles.
This commit is contained in:
@ -1,16 +1,16 @@
|
||||
# depslib dependency file v1.0
|
||||
1484954918 source:c:\documents\sources\melonds\main.cpp
|
||||
1485135566 source:c:\documents\sources\melonds\main.cpp
|
||||
<stdio.h>
|
||||
<windows.h>
|
||||
"NDS.h"
|
||||
"GPU.h"
|
||||
|
||||
1485110344 c:\documents\sources\melonds\nds.h
|
||||
1485792939 c:\documents\sources\melonds\nds.h
|
||||
"types.h"
|
||||
|
||||
1481161027 c:\documents\sources\melonds\types.h
|
||||
|
||||
1485133568 source:c:\documents\sources\melonds\nds.cpp
|
||||
1485374133 source:c:\documents\sources\melonds\nds.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
@ -24,23 +24,23 @@
|
||||
"RTC.h"
|
||||
"Wifi.h"
|
||||
|
||||
1485133372 source:c:\documents\sources\melonds\arm.cpp
|
||||
1485797690 source:c:\documents\sources\melonds\arm.cpp
|
||||
<stdio.h>
|
||||
"NDS.h"
|
||||
"ARM.h"
|
||||
"ARMInterpreter.h"
|
||||
|
||||
1481062839 c:\documents\sources\melonds\arm.h
|
||||
1485797447 c:\documents\sources\melonds\arm.h
|
||||
"types.h"
|
||||
"NDS.h"
|
||||
|
||||
1484530962 c:\documents\sources\melonds\arm_instrtable.h
|
||||
|
||||
1480965273 c:\documents\sources\melonds\arminterpreter.h
|
||||
1485795549 c:\documents\sources\melonds\arminterpreter.h
|
||||
"types.h"
|
||||
"ARM.h"
|
||||
|
||||
1484752824 source:c:\documents\sources\melonds\arminterpreter.cpp
|
||||
1485797066 source:c:\documents\sources\melonds\arminterpreter.cpp
|
||||
<stdio.h>
|
||||
"NDS.h"
|
||||
"CP15.h"
|
||||
@ -50,27 +50,27 @@
|
||||
"ARMInterpreter_LoadStore.h"
|
||||
"ARM_InstrTable.h"
|
||||
|
||||
1480957205 c:\documents\sources\melonds\arminterpreter_branch.h
|
||||
1485795628 c:\documents\sources\melonds\arminterpreter_branch.h
|
||||
|
||||
1480957179 source:c:\documents\sources\melonds\arminterpreter_branch.cpp
|
||||
1485797084 source:c:\documents\sources\melonds\arminterpreter_branch.cpp
|
||||
<stdio.h>
|
||||
"ARM.h"
|
||||
|
||||
1481160920 c:\documents\sources\melonds\arminterpreter_alu.h
|
||||
1485795628 c:\documents\sources\melonds\arminterpreter_alu.h
|
||||
|
||||
1484917510 source:c:\documents\sources\melonds\arminterpreter_alu.cpp
|
||||
1485797076 source:c:\documents\sources\melonds\arminterpreter_alu.cpp
|
||||
<stdio.h>
|
||||
"ARM.h"
|
||||
|
||||
1480957165 c:\documents\sources\melonds\arminterpreter_loadstore.h
|
||||
1485795628 c:\documents\sources\melonds\arminterpreter_loadstore.h
|
||||
|
||||
1485133521 source:c:\documents\sources\melonds\arminterpreter_loadstore.cpp
|
||||
1485797600 source:c:\documents\sources\melonds\arminterpreter_loadstore.cpp
|
||||
<stdio.h>
|
||||
"ARM.h"
|
||||
|
||||
1481037554 c:\documents\sources\melonds\cp15.h
|
||||
|
||||
1484754534 source:c:\documents\sources\melonds\cp15.cpp
|
||||
1485136658 source:c:\documents\sources\melonds\cp15.cpp
|
||||
<stdio.h>
|
||||
"NDS.h"
|
||||
"ARM.h"
|
||||
@ -78,7 +78,7 @@
|
||||
|
||||
1480957111 c:\documents\sources\melonds\spi.h
|
||||
|
||||
1484762789 source:c:\documents\sources\melonds\spi.cpp
|
||||
1485137440 source:c:\documents\sources\melonds\spi.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
@ -115,7 +115,7 @@
|
||||
1484698068 c:\documents\sources\melonds\dma.h
|
||||
"types.h"
|
||||
|
||||
1484753188 source:c:\documents\sources\melonds\gpu.cpp
|
||||
1485789352 source:c:\documents\sources\melonds\gpu.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
|
Reference in New Issue
Block a user