Skip to content

Commit

Permalink
bugfix: don't enable RTG hardware sprite by default
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Jan 10, 2024
1 parent aa2a43f commit 87d15f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osdep/amiberry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1912,7 +1912,7 @@ void target_default_options(struct uae_prefs* p, int type)
p->rtgallowscaling = false;
p->rtgscaleaspectratio = -1;
p->rtgvblankrate = 0;
p->rtg_hardwaresprite = true;
p->rtg_hardwaresprite = false;
p->rtg_overlay = true;
p->rtg_vgascreensplit = true;
p->rtg_paletteswitch = true;
Expand Down

0 comments on commit 87d15f4

Please sign in to comment.