mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 06:39:58 -06:00
* fix GXFIFO decoding
* proper SwapBuffers implementation * fix polygon clipping * misc fixes
This commit is contained in:
@ -1,16 +1,16 @@
|
||||
# depslib dependency file v1.0
|
||||
1486502416 source:c:\documents\sources\melonds\main.cpp
|
||||
1486824787 source:c:\documents\sources\melonds\main.cpp
|
||||
<stdio.h>
|
||||
<windows.h>
|
||||
"NDS.h"
|
||||
"GPU.h"
|
||||
|
||||
1486502049 c:\documents\sources\melonds\nds.h
|
||||
1486822548 c:\documents\sources\melonds\nds.h
|
||||
"types.h"
|
||||
|
||||
1481161027 c:\documents\sources\melonds\types.h
|
||||
|
||||
1486778178 source:c:\documents\sources\melonds\nds.cpp
|
||||
1486947856 source:c:\documents\sources\melonds\nds.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
@ -109,7 +109,7 @@
|
||||
1486511075 c:\documents\sources\melonds\fifo.h
|
||||
"types.h"
|
||||
|
||||
1486589927 source:c:\documents\sources\melonds\dma.cpp
|
||||
1486823366 source:c:\documents\sources\melonds\dma.cpp
|
||||
<stdio.h>
|
||||
"NDS.h"
|
||||
"DMA.h"
|
||||
@ -148,14 +148,14 @@
|
||||
|
||||
1486777933 c:\documents\sources\melonds\gpu3d.h
|
||||
|
||||
1486782030 source:c:\documents\sources\melonds\gpu3d.cpp
|
||||
1486947978 source:c:\documents\sources\melonds\gpu3d.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
"GPU.h"
|
||||
"FIFO.h"
|
||||
|
||||
1486781263 source:c:\documents\sources\melonds\gpu3d_soft.cpp
|
||||
1486947027 source:c:\documents\sources\melonds\gpu3d_soft.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
|
Reference in New Issue
Block a user