Skip to content
Snippets Groups Projects
Verified Commit 706af2b1 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: format issue

parent eb81366f
No related branches found
No related tags found
1 merge request!29Support for Libretro
Pipeline #3092 passed
......@@ -10,10 +10,11 @@ use std::{
};
use boytacean::{
debugln,
gb::{AudioProvider, GameBoy},
pad::PadKey,
ppu::{DISPLAY_HEIGHT, DISPLAY_WIDTH, FRAME_BUFFER_RGB155_SIZE, RGB1555_SIZE},
rom::Cartridge, debugln,
rom::Cartridge,
};
use consts::{
RETRO_DEVICE_ID_JOYPAD_A, RETRO_DEVICE_ID_JOYPAD_B, RETRO_DEVICE_ID_JOYPAD_DOWN,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment