Skip to content

Commit

Permalink
Beetle supports save states?
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattiello <[email protected]>
  • Loading branch information
JoeMatt committed Jan 1, 2025
1 parent 94fa924 commit 5186e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cores/BeetlePSX/PVBeetlePSXCore/PVBeetlePSXCoreBridge.mm
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ - (void)dealloc {
//}
//

- (BOOL)supportsSaveStates { return NO; }
- (BOOL)supportsSaveStates { return YES; }
- (BOOL)supportsRumble { return YES; }
- (BOOL)supportsCheatCode { return YES; }

Expand Down

0 comments on commit 5186e63

Please sign in to comment.