mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
skeleton for 2D GPU
This commit is contained in:
@ -1,16 +1,16 @@
|
||||
# depslib dependency file v1.0
|
||||
1484695094 source:c:\documents\sources\melonds\main.cpp
|
||||
1484707090 source:c:\documents\sources\melonds\main.cpp
|
||||
<stdio.h>
|
||||
<windows.h>
|
||||
"NDS.h"
|
||||
"GPU2D.h"
|
||||
"GPU.h"
|
||||
|
||||
1484615598 c:\documents\sources\melonds\nds.h
|
||||
"types.h"
|
||||
|
||||
1481161027 c:\documents\sources\melonds\types.h
|
||||
|
||||
1484702383 source:c:\documents\sources\melonds\nds.cpp
|
||||
1484708424 source:c:\documents\sources\melonds\nds.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
@ -18,7 +18,7 @@
|
||||
"CP15.h"
|
||||
"DMA.h"
|
||||
"FIFO.h"
|
||||
"GPU2D.h"
|
||||
"GPU.h"
|
||||
"SPI.h"
|
||||
"Wifi.h"
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
"types.h"
|
||||
"ARM.h"
|
||||
|
||||
1484704018 source:c:\documents\sources\melonds\arminterpreter.cpp
|
||||
1484705417 source:c:\documents\sources\melonds\arminterpreter.cpp
|
||||
<stdio.h>
|
||||
"NDS.h"
|
||||
"CP15.h"
|
||||
@ -81,13 +81,13 @@
|
||||
"NDS.h"
|
||||
"SPI.h"
|
||||
|
||||
1484517476 source:c:\documents\sources\melonds\gpu2d.cpp
|
||||
1484708331 source:c:\documents\sources\melonds\gpu2d.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
"GPU.h"
|
||||
"GPU2D.h"
|
||||
|
||||
1481164639 c:\documents\sources\melonds\gpu2d.h
|
||||
1484707825 c:\documents\sources\melonds\gpu2d.h
|
||||
|
||||
1481040524 c:\documents\sources\melonds\wifi.h
|
||||
|
||||
@ -103,7 +103,7 @@
|
||||
1484612398 c:\documents\sources\melonds\fifo.h
|
||||
"types.h"
|
||||
|
||||
1484699433 source:c:\documents\sources\melonds\dma.cpp
|
||||
1484706353 source:c:\documents\sources\melonds\dma.cpp
|
||||
<stdio.h>
|
||||
"NDS.h"
|
||||
"DMA.h"
|
||||
@ -111,3 +111,12 @@
|
||||
1484698068 c:\documents\sources\melonds\dma.h
|
||||
"types.h"
|
||||
|
||||
1484708259 source:c:\documents\sources\melonds\gpu.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
"GPU.h"
|
||||
|
||||
1484708251 c:\documents\sources\melonds\gpu.h
|
||||
"GPU2D.h"
|
||||
|
||||
|
Reference in New Issue
Block a user