mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
add compute shader renderer properly to the GUI
also add option to toggle using high resolution vertex coordinates
This commit is contained in:
@ -209,6 +209,7 @@ private:
|
||||
int TilesPerLine, TileLines;
|
||||
int ScaleFactor = -1;
|
||||
int MaxWorkTiles;
|
||||
bool HiresCoordinates;
|
||||
|
||||
void DeleteShaders();
|
||||
|
||||
|
Reference in New Issue
Block a user