mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-27 08:51:27 +02:00
fix deez tests
This commit is contained in:
@@ -139,6 +139,7 @@ stub.graphics = {
|
||||
end,
|
||||
translate = noop, scale = noop,
|
||||
rotate = noop, origin = noop, setScissor = noop,
|
||||
getScissor = function() return nil end,
|
||||
getDimensions = function() return 640, 576 end,
|
||||
-- dpi=1 desktop default; issue #87 tests override these for Android density
|
||||
getPixelDimensions = function() return 640, 576 end,
|
||||
|
||||
Reference in New Issue
Block a user