fix tests

This commit is contained in:
Will Scullin 2021-05-23 14:22:56 -07:00
parent 079cecc367
commit 649713ff4b
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD

View File

@ -1,5 +1,13 @@
export const screenEmu = (function () {
return {
C: {
NTSC_DETAILS: {
imageSize: {
width: 560,
height: 192,
},
},
},
DisplayConfiguration: class {},
Point: class {},
ScreenView: class {