mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 15:19:53 -06:00
* implement the last missing instructions. QADD is not good according to ARMWrestler, but it doesn't make sense. TODO: investigate.
* buttons A and B * silence 'unknown IO write' for 3D GPU ports
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# depslib dependency file v1.0
|
||||
1485834524 source:c:\documents\sources\melonds\main.cpp
|
||||
1485884302 source:c:\documents\sources\melonds\main.cpp
|
||||
<stdio.h>
|
||||
<windows.h>
|
||||
"NDS.h"
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
1481161027 c:\documents\sources\melonds\types.h
|
||||
|
||||
1485879135 source:c:\documents\sources\melonds\nds.cpp
|
||||
1485884262 source:c:\documents\sources\melonds\nds.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
@ -35,7 +35,7 @@
|
||||
"NDS.h"
|
||||
"CP15.h"
|
||||
|
||||
1484530962 c:\documents\sources\melonds\arm_instrtable.h
|
||||
1485883199 c:\documents\sources\melonds\arm_instrtable.h
|
||||
|
||||
1485795549 c:\documents\sources\melonds\arminterpreter.h
|
||||
"types.h"
|
||||
@ -57,9 +57,9 @@
|
||||
<stdio.h>
|
||||
"ARM.h"
|
||||
|
||||
1485795628 c:\documents\sources\melonds\arminterpreter_alu.h
|
||||
1485883149 c:\documents\sources\melonds\arminterpreter_alu.h
|
||||
|
||||
1485797076 source:c:\documents\sources\melonds\arminterpreter_alu.cpp
|
||||
1485884226 source:c:\documents\sources\melonds\arminterpreter_alu.cpp
|
||||
<stdio.h>
|
||||
"ARM.h"
|
||||
|
||||
@ -71,7 +71,7 @@
|
||||
|
||||
1485799621 c:\documents\sources\melonds\cp15.h
|
||||
|
||||
1485833371 source:c:\documents\sources\melonds\cp15.cpp
|
||||
1485883361 source:c:\documents\sources\melonds\cp15.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
@ -137,7 +137,7 @@
|
||||
1485878561 c:\documents\sources\melonds\ndscart.h
|
||||
"types.h"
|
||||
|
||||
1485813068 source:c:\documents\sources\melonds\ndscart.cpp
|
||||
1485880110 source:c:\documents\sources\melonds\ndscart.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
|
Reference in New Issue
Block a user