Skip to content

Commit

Permalink
We have a neat savestates folder now
Browse files Browse the repository at this point in the history
  • Loading branch information
niuus committed Jul 20, 2020
1 parent 075d7bc commit b6ebb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ int Load(fileBrowser_file *exe) {
// STATES
void LoadingBar_showBar(float percent, const char* string);
const char PcsxHeader[32] = "STv3 PCSX v";
char* statespath = "/wiisxrx/saves/";
char* statespath = "/wiisxrx/savestates/";
static unsigned int savestates_slot = 0;
extern unsigned char *psxVub;
extern unsigned short spuMem[256*1024];
Expand Down

0 comments on commit b6ebb0f

Please sign in to comment.