(T6) Update Gitignore (again), Update Name and Fix Savedata

Btw there's no T5 on the commit changes because i forgot to change from M1 for an entire version
This commit is contained in:
Ray The Fox 2024-08-04 21:58:25 -03:00
parent d80333917d
commit 078c7ede44
6 changed files with 11 additions and 10 deletions

View file

@ -11,7 +11,7 @@ include ../../config.mak
#PSPSDK ?= $(shell psp-config --pspsdk-path)
#include $(PSPSDK)/lib/build.mak
#PSP_EBOOT_TITLE = PicoDrive
PSP_EBOOT_TITLE = Sonic's UGC
#PSP_EBOOT_ICON = data/icon.png
#EBOOT.PBP:

View file

@ -30,13 +30,13 @@ extern int pico_main(int argc, char *argv[]);
#ifndef FW15
PSP_MODULE_INFO("PicoDrive", 0, 1, 97);
PSP_MODULE_INFO("Sonic's UGC", 0, 1, 97);
int main(int argc, char *argv[]) { return pico_main(argc, argv); } /* just a wrapper */
#else
PSP_MODULE_INFO("PicoDrive", 0x1000, 1, 97);
PSP_MODULE_INFO("Sonic's UGC", 0x1000, 1, 97);
PSP_MAIN_THREAD_ATTR(0);
int main(int argc, char *argv[])