mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
svp bugfixes
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@329 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
3554b0a446
commit
689fb2c089
4 changed files with 27 additions and 28 deletions
|
@ -639,7 +639,8 @@ void PicoCartDetect(void)
|
|||
*(int *) (Pico.rom+0x1f0) = 0x20204520;
|
||||
|
||||
// SVP detection
|
||||
if (name_cmp("Virtua Racing") == 0)
|
||||
if (name_cmp("Virtua Racing") == 0 ||
|
||||
name_cmp("VIRTUA RACING") == 0)
|
||||
{
|
||||
PicoSVPInit();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue