Skip to content

Commit

Permalink
PFBA: fix flickering borders if FIT is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
rsn8887 committed Aug 2, 2017
1 parent c38459e commit c7b0c5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pfba/gui/gui.cpp
Expand Up @@ -673,6 +673,10 @@ void Gui::Run() {
} else if (key & Input::Key::KEY_FIRE1) {
if (romSelected != NULL
&& romSelected->state != RomList::RomState::MISSING) {
for (int i = 0; i < 3; i++) {
Clear();
Flip();
}
RunRom(romSelected);
}
} else if (key & Input::Key::KEY_MENU1) {
Expand Down

0 comments on commit c7b0c5a

Please sign in to comment.