Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lvonasek committed Oct 14, 2022
1 parent e1924be commit 7b058a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/org/ppsspp/ppsspp/NativeActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ protected void onDestroy() {
}
navigationCallbackView = null;

// Workaround for VR issues PPSSPP restart
// Workaround for VR issues when PPSSPP restarts
if (isVRDevice()) {
System.exit(0);
}
Expand Down

0 comments on commit 7b058a5

Please sign in to comment.