mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-18 20:00:18 -06:00
finally decouple Config from the core. baahhahahahah
This commit is contained in:
@ -22,7 +22,6 @@
|
||||
#include "NDS.h"
|
||||
#include "GPU.h"
|
||||
#include "FIFO.h"
|
||||
#include "Config.h"
|
||||
|
||||
|
||||
// 3D engine notes
|
||||
@ -2164,7 +2163,7 @@ void ExecuteCommand()
|
||||
VertexSlotCounter = 0;
|
||||
VertexSlotsFree = 1;
|
||||
break;
|
||||
|
||||
|
||||
case 0x60: // viewport x1,y1,x2,y2
|
||||
VertexPipelineCmdDelayed8();
|
||||
// note: viewport Y coordinates are upside-down
|
||||
@ -2413,7 +2412,7 @@ void ExecuteCommand()
|
||||
CurVertex[2] = ExecParams[1] & 0xFFFF;
|
||||
PosTest();
|
||||
break;
|
||||
|
||||
|
||||
case 0x70: // box test
|
||||
NumTestCommands -= 3;
|
||||
BoxTest(ExecParams);
|
||||
|
Reference in New Issue
Block a user