smurk-too / wii-softchip

Automatically exported from code.google.com/p/wii-softchip
0 stars 0 forks source link

r22 not booting at all on PAL wii any video modes #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Please fill out the following information:

Problem Disc:
--------------------------------------------------
Disc Region:
Wii Region:
cIOS Version:

Which SoftChip revision are you using?
--------------------------------------------------

Please describe the issue you're having
--------------------------------------------------
compiled to r22, now not booting at all

REadded/replaced source with

--- C:/devkitPro/softchip/source/SoftChip/SoftChip.cpp  (revision 22)
+++ C:/devkitPro/softchip/source/SoftChip/SoftChip.cpp  (working copy)
@@ -120,10 +120,11 @@
        case Wii_Disc::Regions::NTSC_Japan:
            *(unsigned int*)Memory::Video_Mode = (unsigned int)Video::Modes::NTSC;
            break;
-   }
-
+           
+  default:
    vmode       = VIDEO_GetPreferredMode(0);
-
+  break;
+}

and then booted fine in 480i, 480p still freezes

Please provide any additional information below.
--------------------------------------------------

Original issue reported on code.google.com by lavers418@hotmail.com on 8 Nov 2008 at 12:13

GoogleCodeExporter commented 8 years ago
im using the r22 just fine on my pall wii

Original comment by nicks...@gmail.com on 8 Nov 2008 at 1:14

GoogleCodeExporter commented 8 years ago
It's working fine in progressive scan on a PAL Wii for me too. However, loading 
the
DOL still *sometimes* produces a black screen instead of the loader menu) but I 
just
rebooted the Wii and it loaded perfectly the second time...

The video detection has definitely improved since my issue with Resident Evil 4 
is
now fixed...

Original comment by iwantmyj...@googlemail.com on 8 Nov 2008 at 1:22

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Caused by issue 6

Original comment by requiem@softchip-mod.com on 8 Nov 2008 at 4:21

GoogleCodeExporter commented 8 years ago
All seem to be fixed in r26

Original comment by requiem@softchip-mod.com on 8 Nov 2008 at 5:03