mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
correct VRAM emulation.
there is room for optimizations esp. in the GPU drawing routines.
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
|
||||
1481161027 c:\documents\sources\melonds\types.h
|
||||
|
||||
1487609259 source:c:\documents\sources\melonds\nds.cpp
|
||||
1488225095 source:c:\documents\sources\melonds\nds.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
@ -87,13 +87,13 @@
|
||||
"NDS.h"
|
||||
"SPI.h"
|
||||
|
||||
1487105611 source:c:\documents\sources\melonds\gpu2d.cpp
|
||||
1488226954 source:c:\documents\sources\melonds\gpu2d.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
"GPU.h"
|
||||
|
||||
1487105228 c:\documents\sources\melonds\gpu2d.h
|
||||
1488225922 c:\documents\sources\melonds\gpu2d.h
|
||||
|
||||
1481040524 c:\documents\sources\melonds\wifi.h
|
||||
|
||||
@ -119,13 +119,13 @@
|
||||
1487305393 c:\documents\sources\melonds\dma.h
|
||||
"types.h"
|
||||
|
||||
1487102235 source:c:\documents\sources\melonds\gpu.cpp
|
||||
1488226688 source:c:\documents\sources\melonds\gpu.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
"GPU.h"
|
||||
|
||||
1487102203 c:\documents\sources\melonds\gpu.h
|
||||
1488225864 c:\documents\sources\melonds\gpu.h
|
||||
"GPU2D.h"
|
||||
"GPU3D.h"
|
||||
|
||||
@ -148,14 +148,14 @@
|
||||
|
||||
1487610598 c:\documents\sources\melonds\gpu3d.h
|
||||
|
||||
1487612707 source:c:\documents\sources\melonds\gpu3d.cpp
|
||||
1487681103 source:c:\documents\sources\melonds\gpu3d.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
"GPU.h"
|
||||
"FIFO.h"
|
||||
|
||||
1487611069 source:c:\documents\sources\melonds\gpu3d_soft.cpp
|
||||
1488214777 source:c:\documents\sources\melonds\gpu3d_soft.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
|
Reference in New Issue
Block a user