Skip to content

Commit

Permalink
Misc: Remove unused ppu
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioC31 committed Feb 16, 2024
1 parent fe18316 commit 8983a4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 74 deletions.
1 change: 0 additions & 1 deletion emu/src/render/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/// This module contains all the data structures used to render the GBA display.
pub mod color;
pub mod gba_lcd;
pub mod ppu;

/// GBA display width
pub const LCD_WIDTH: usize = 240;
Expand Down
73 changes: 0 additions & 73 deletions emu/src/render/ppu.rs

This file was deleted.

0 comments on commit 8983a4c

Please sign in to comment.