diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-02-25 13:08:00 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-02-25 13:08:00 +0100 |
commit | 5850f4ab766256791f72301349e30d4cd304c675 (patch) | |
tree | ae72fb95eb7a028eb0a86fdc07340d97942f285a /src/ppu/ppu.h | |
parent | 1a2bd8b70c12d497acb2eba548d161b2bfc4f9b6 (diff) |
ppusim done
Diffstat (limited to 'src/ppu/ppu.h')
-rw-r--r-- | src/ppu/ppu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ppu/ppu.h b/src/ppu/ppu.h index 90f964e..cab0e30 100644 --- a/src/ppu/ppu.h +++ b/src/ppu/ppu.h @@ -13,7 +13,7 @@ void hh_ppu_update_background(unsigned index, hh_s_ppu_loc_bam_entry e); /* @brief update aux register */ void hh_ppu_update_aux(hh_s_ppu_loc_aux aux); /* @brief update single sprite */ -void hh_ppu_update_sprite(unsigned tilemap_index, hh_s_ppu_loc_sprite sprite); +void hh_ppu_update_sprite(unsigned tilemap_index, const hh_s_ppu_loc_sprite sprite); /* @brief update entire palette table */ void hh_ppu_update_palette_table(hh_ppu_loc_palette_table_t table); /* @brief update single palette */ |