Skip to content

Commit

Permalink
Update vdp2.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rtoumazet committed Feb 13, 2024
1 parent 195a5e9 commit 1cd07c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions saturnin/src/video/vdp2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3941,6 +3941,7 @@ auto Vdp2::isCacheDirty(const ScrollScreen screen) -> bool {
void Vdp2::discardCache([[maybe_unused]] const ScrollScreen screen) const {
// 1) Textures used by the vdp2 parts of the screen are discarded
Texture::discardCache(VdpType::vdp2_cell);
Texture::discardCache(VdpType::vdp2_bitmap);

// 2) Vdp2 parts are deleted
// clearRenderData(screen);
Expand Down

0 comments on commit 1cd07c0

Please sign in to comment.