mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-18 11:44:42 +02:00
more buggies
This commit is contained in:
@@ -52,6 +52,9 @@ stub.graphics = {
|
||||
push = noop, pop = noop, translate = noop, scale = noop,
|
||||
rotate = noop, origin = noop, setShader = noop, setScissor = noop,
|
||||
getDimensions = function() return 640, 576 end,
|
||||
-- dpi=1 desktop default; issue #87 tests override these for Android density
|
||||
getPixelDimensions = function() return 640, 576 end,
|
||||
getDPIScale = function() return 1 end,
|
||||
}
|
||||
|
||||
stub.math = {
|
||||
|
||||
Reference in New Issue
Block a user