mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-02-22 12:29:06 +00:00
vcs: listen for kbd on emulator div
This commit is contained in:
parent
6e568d0c42
commit
97248cf399
@ -166,6 +166,7 @@ TODO:
|
|||||||
- renaming main file doesn't change repo def.
|
- renaming main file doesn't change repo def.
|
||||||
- can't edit or push files until successful compile
|
- can't edit or push files until successful compile
|
||||||
- changing platform of repo makes one platform redirect to another platform
|
- changing platform of repo makes one platform redirect to another platform
|
||||||
|
- should be able to change vcs -> vcs.mame for exmaple
|
||||||
- keyboard shortcuts
|
- keyboard shortcuts
|
||||||
- ctrl+alt+l on ubuntu locks screen
|
- ctrl+alt+l on ubuntu locks screen
|
||||||
- alt-D doesn't work anymore
|
- alt-D doesn't work anymore
|
||||||
|
@ -487,7 +487,8 @@ class VCSStellaPlatform implements Platform {
|
|||||||
scalingMode: this.Stellerator.ScalingMode.qis,
|
scalingMode: this.Stellerator.ScalingMode.qis,
|
||||||
tvEmulation: this.Stellerator.TvEmulation.composite,
|
tvEmulation: this.Stellerator.TvEmulation.composite,
|
||||||
phosphorLevel: 0.5,
|
phosphorLevel: 0.5,
|
||||||
scanlineLevel: 0.2
|
scanlineLevel: 0.2,
|
||||||
|
keyboardTarget: this.mainElement
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user