Dolphin, the GameCube and Wii emulator - Forums

Full Version: [Wii] Super Mario Galaxy
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
I think I understood.

When opening the configuration window of the plug-in hack restarts Off, I do not know why, and if someone may know it corrected my patch is not a problem.
Because it didn't save to config file. Fix your source and fix tooltip comment.
Code:
Index: Source/Plugins/Plugin_VideoOGL/Src/Config.cpp
===================================================================
--- Source/Plugins/Plugin_VideoOGL/Src/Config.cpp    (revision 2953)
+++ Source/Plugins/Plugin_VideoOGL/Src/Config.cpp    (working copy)
@@ -109,6 +109,9 @@
    if (iniFile->Exists("Video", "SafeTextureCache"))
        iniFile->Get("Video", "SafeTextureCache", &bSafeTextureCache, false);

+    if (iniFile->Exists("Video", "SMGhack"))
+        iniFile->Get("Video", "SMGhack", &bSMGhack, false);
+
    if (iniFile->Exists("Video", "MSAA"))
        iniFile->Get("Video", "MSAA", &iMultisampleMode, 0);

@@ -165,6 +168,7 @@
     iniFile.Set("Hacks", "EFBCopyDisableHotKey", bEFBCopyDisableHotKey);
     iniFile.Set("Hacks", "ProjectionHax1", bProjectionHax1);
    iniFile.Set("Hacks", "EFBToTextureEnable", bCopyEFBToRAM);
+    iniFile.Set("Hacks", "SMGhack", bSMGhack);

     iniFile.Save(FULL_CONFIG_DIR "gfx_opengl.ini");
}
Index: Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp
===================================================================
--- Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp    (revision 2953)
+++ Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp    (working copy)
@@ -374,6 +374,7 @@
     m_DstAlphaPass->SetToolTip(wxT("This renders a second time to set alpha to a constant value,"
        "\nDisabling it may speed up some games, but could also cause glitches."));
    m_DisableFog->SetToolTip(wxT("This option should not require a restart."));
+    m_SMGh->SetToolTip(wxT("SMG hack for Super Mario Galaxy, Mario Kart Wii and other game probably  it will be disable for other game and during SMG ending sequence or movies use the M key to turn this option on or off"));

    // Sizers
    sHacks = new wxGridBagSizer(0, 0);
Thank you
Add this fix to the SVN...

And by the way, Thnx for answering.
Please, add ability to turn this hack on and off by hotkey, it will be usefull for Sonic and the Black Knight.
Isn't it being turned on/off by M button?
Thanks, didn't know.Confused
Someone please can upload a savestate inside a galaxy?
Thanks
Wii can't use savestate. Why do you want?
Because i wanna see how mario galaxy will run in my PC, im in terrace what i need to do to enter in a galaxy? its say "aim in pull star and press A" im aiming and pressing A and nothing hapens.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19