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

fix: new format

parent b31d18d4
No related branches found
No related tags found
1 merge request!27Fix CGB-ACID2 test
Pipeline #2923 passed
......@@ -731,8 +731,8 @@ impl Ppu {
// 0xFF6B — OCPD/OBPD (CGB only)
0xff6b => self.palettes_color[1][self.palette_address_obj as usize],
// 0xFF6C — OPRI (CGB only)
0xff6c => {
0xff6c =>
{
#[allow(clippy::bool_to_int_with_if)]
if self.obj_priority {
0x01
......
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