Richter64 / usbloader-gui

Automatically exported from code.google.com/p/usbloader-gui
0 stars 0 forks source link

Wrong region for hamster heroes or maybe all X region games #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Hamster heroes {PAL - only in pal}
2. look at region display
3.

What is the expected output? What do you see instead?
The game region shown above the image is wrong says NTSC U

What version of the product are you using? On what operating system?
Im using rev 164 on an NTSC 4.0U

Please provide any additional information below.
The games has the ID HU4XUG so it may be picking up region 'X' to be NTSC
instead of PAL

Original issue reported on code.google.com by shaneste...@gmail.com on 26 Apr 2009 at 3:23

GoogleCodeExporter commented 9 years ago

Original comment by thedarkn...@googlemail.com on 26 Apr 2009 at 4:50

GoogleCodeExporter commented 9 years ago
I fixed this by adding:
case 'X':
sprintf(gameregion,"  PAL ");
break;

at line 1929

I would also like to add that i would prefer regions as NTSC, PAL, JAP or 
something
along those lines

Original comment by shaneste...@gmail.com on 26 Apr 2009 at 5:38

GoogleCodeExporter commented 9 years ago

Original comment by thedarkn...@googlemail.com on 28 Apr 2009 at 1:39

GoogleCodeExporter commented 9 years ago
this isn't fixed in the newest rev(234)

Original comment by shaneste...@gmail.com on 1 May 2009 at 10:56