psx: add cheats (#551)

* PSX: implement game ID

* initialize cheats for PSX
This commit is contained in:
Marcoen Hirschberg
2022-02-21 17:31:51 +01:00
committed by GitHub
parent 9ace959408
commit 652a8423d3
4 changed files with 110 additions and 1 deletions

View File

@@ -2257,6 +2257,7 @@ void HandleUI(void)
else if (is_psx() && ioctl_index == 1)
{
psx_mount_cd(user_io_ext_idx(selPath, fs_pFileExt) << 6 | (menusub + 1), ioctl_index, selPath);
cheats_init(selPath, 0);
}
else
{