mgb version
This commit is contained in:
parent
8526dd2eca
commit
e04820a80a
2
.github/workflows/build-vst.yml
vendored
2
.github/workflows/build-vst.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- run: mkdir test-roms
|
- run: mkdir test-roms
|
||||||
- uses: suisei-cn/actions-download-file@v1.3.0
|
- uses: suisei-cn/actions-download-file@v1.3.0
|
||||||
with:
|
with:
|
||||||
url: 'https://github.com/trash80/mGB/raw/master/Releases/mGB1_3_1.gb'
|
url: 'https://github.com/trash80/mGB/raw/master/mGB.gb'
|
||||||
target: test-roms/
|
target: test-roms/
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -70,7 +70,7 @@ type JoypadSender = Mutex<Option<Sender<(JoypadButtons, bool)>>>;
|
||||||
const FRAMES_TO_BUFFER: usize = 1;
|
const FRAMES_TO_BUFFER: usize = 1;
|
||||||
const DOWNSAMPLE_TYPE: DownsampleType = DownsampleType::ZeroOrderHold;
|
const DOWNSAMPLE_TYPE: DownsampleType = DownsampleType::ZeroOrderHold;
|
||||||
|
|
||||||
const ROM: &[u8; 65536] = include_bytes!("../../test-roms/mGB1_3_1.gb");
|
const ROM: &[u8; 65536] = include_bytes!("../../test-roms/mGB.gb");
|
||||||
const BOOTROM: Option<&[u8; 256]> = None;
|
const BOOTROM: Option<&[u8; 256]> = None;
|
||||||
|
|
||||||
impl Plugin for GameboyEmu {
|
impl Plugin for GameboyEmu {
|
||||||
|
|
Loading…
Reference in a new issue