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