mirror of
https://github.com/86Box/86Box.git
synced 2026-02-28 01:44:22 -07:00
Still increment the get address if a software method is found. This might cause slightly more cache errors and FIFO refills, but seems like the correct thing to do. It also prevents endless loops of finding bugs while debugging
This commit is contained in:
@@ -36,7 +36,8 @@
|
||||
"name": "debug",
|
||||
"cacheVariables": {
|
||||
"CMAKE_BUILD_TYPE": "Debug",
|
||||
"NV_LOG": "ON"
|
||||
"NV_LOG": "ON",
|
||||
"NV_LOG_ULTRA": "ON"
|
||||
},
|
||||
"inherits": "base"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user