mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
allow dead code for unused display modes
This commit is contained in:
parent
14c46374fa
commit
7def18312f
|
@ -36,6 +36,7 @@ pub const WIDTH: i32 = 240;
|
|||
/// Height of the Gameboy advance screen in pixels
|
||||
pub const HEIGHT: i32 = 160;
|
||||
|
||||
#[allow(dead_code)]
|
||||
enum DisplayMode {
|
||||
Tiled0 = 0,
|
||||
Tiled1 = 1,
|
||||
|
|
Loading…
Reference in a new issue