Skip to content

Commit 63d15a6

Browse files
committed
2026-05-14 20:13:32
1 parent aa6e8ae commit 63d15a6

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/gpu.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -404,12 +404,6 @@ impl Gpu {
404404
self.data[self.ly as usize][x] = [lr, lg, lb];
405405
}
406406

407-
// pub fn check_and_reset_gpu_updated(&mut self) -> bool {
408-
// let r = self.sync != 0x00;
409-
// self.sync = 0x00;
410-
// r
411-
// }
412-
413407
/// Apply the DMG OAM write-corruption bug to the currently scanned OAM row.
414408
///
415409
/// According to Pan Docs: OAM is split into 20 rows of 8 bytes each; during mode 2

0 commit comments

Comments
 (0)