mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-30 01:29:52 -06:00
* lay base for 3D engine
* add failure reporting to Init functions, and DeInit functions * GPU-related notes * readme update
This commit is contained in:
@ -1,16 +1,16 @@
|
||||
# depslib dependency file v1.0
|
||||
1486141269 source:c:\documents\sources\melonds\main.cpp
|
||||
1486502416 source:c:\documents\sources\melonds\main.cpp
|
||||
<stdio.h>
|
||||
<windows.h>
|
||||
"NDS.h"
|
||||
"GPU.h"
|
||||
|
||||
1486142800 c:\documents\sources\melonds\nds.h
|
||||
1486502049 c:\documents\sources\melonds\nds.h
|
||||
"types.h"
|
||||
|
||||
1481161027 c:\documents\sources\melonds\types.h
|
||||
|
||||
1486333824 source:c:\documents\sources\melonds\nds.cpp
|
||||
1486502137 source:c:\documents\sources\melonds\nds.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
@ -78,7 +78,7 @@
|
||||
"ARM.h"
|
||||
"CP15.h"
|
||||
|
||||
1485900740 c:\documents\sources\melonds\spi.h
|
||||
1486502258 c:\documents\sources\melonds\spi.h
|
||||
|
||||
1486163389 source:c:\documents\sources\melonds\spi.cpp
|
||||
<stdio.h>
|
||||
@ -86,7 +86,7 @@
|
||||
"NDS.h"
|
||||
"SPI.h"
|
||||
|
||||
1486315323 source:c:\documents\sources\melonds\gpu2d.cpp
|
||||
1486489354 source:c:\documents\sources\melonds\gpu2d.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
@ -102,10 +102,10 @@
|
||||
"NDS.h"
|
||||
"Wifi.h"
|
||||
|
||||
1484613078 source:c:\documents\sources\melonds\fifo.cpp
|
||||
1486501225 source:c:\documents\sources\melonds\fifo.cpp
|
||||
"FIFO.h"
|
||||
|
||||
1484612398 c:\documents\sources\melonds\fifo.h
|
||||
1486501199 c:\documents\sources\melonds\fifo.h
|
||||
"types.h"
|
||||
|
||||
1486309616 source:c:\documents\sources\melonds\dma.cpp
|
||||
@ -117,29 +117,38 @@
|
||||
1484698068 c:\documents\sources\melonds\dma.h
|
||||
"types.h"
|
||||
|
||||
1486152626 source:c:\documents\sources\melonds\gpu.cpp
|
||||
1486502073 source:c:\documents\sources\melonds\gpu.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
"GPU.h"
|
||||
|
||||
1485989497 c:\documents\sources\melonds\gpu.h
|
||||
1486501976 c:\documents\sources\melonds\gpu.h
|
||||
"GPU2D.h"
|
||||
"GPU3D.h"
|
||||
|
||||
1484848282 c:\documents\sources\melonds\rtc.h
|
||||
1486502440 c:\documents\sources\melonds\rtc.h
|
||||
"types.h"
|
||||
|
||||
1486244121 source:c:\documents\sources\melonds\rtc.cpp
|
||||
1486502457 source:c:\documents\sources\melonds\rtc.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"RTC.h"
|
||||
|
||||
1485980863 c:\documents\sources\melonds\ndscart.h
|
||||
1486502165 c:\documents\sources\melonds\ndscart.h
|
||||
"types.h"
|
||||
|
||||
1486313011 source:c:\documents\sources\melonds\ndscart.cpp
|
||||
1486502488 source:c:\documents\sources\melonds\ndscart.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
"NDSCart.h"
|
||||
|
||||
1486501964 c:\documents\sources\melonds\gpu3d.h
|
||||
|
||||
1486502427 source:c:\documents\sources\melonds\gpu3d.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
"GPU.h"
|
||||
|
||||
|
Reference in New Issue
Block a user