Dolphin, the GameCube and Wii emulator - Forums

Full Version: Internal Resolution override per individual game?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I looked on the wiki for Metroid Prime 2: Echoes and Metroid Prime 3: Corruption, and it says that at an IR greater than 1x, there will be some kind of dot in the middle of the screen. Is there a way to change the IR in an individual game's settings (Right-click on a game->Properties), and if not, would it be possible in a future Dolphin update? It's not like it bothers me or anything; I'm just curious if there's a way to override whatever the IR is set to in the main graphics menu.
I don't think there's a way to set a per-game resolution, but there is a custom texture that's supposed to fix the issue. It's linked on the wiki page for each game in the trilogy, but I'll send the link here anyway: https://cdn.discordapp.com/attachments/5...ot_Fix.zip Place the folders it contains in your "Documents\Dolphin Emulator\Load\Textures" folder (or User\Load\Textures if using portable mode) and enable "Load Custom Textures" in your graphics settings.
This might help, https://forums.dolphin-emu.org/Thread-un...s-per-game . It tell you the line for game ini to make per game changes. But this is probably what you looking for. You can put this in the editor tab in the game properties. You need the first line but you only want one of the internal resolution line.
[Video_Settings]
InternalResolution=0 =>will give auto integral
InternalResolution=1 =>will give 1x
InternalResolution=2 =>will give 2x (3 for 3x, 4 for 4x etc.)
(01-29-2021, 06:23 AM)themaster123 Wrote: [ -> ]This might help, https://forums.dolphin-emu.org/Thread-un...s-per-game . It tell you the line for game ini to make per game changes. But this is probably what you looking for. You can put this in the editor tab in the game properties. You need the first line but you only want one of the internal resolution line.
[Video_Settings]
InternalResolution=0 =>will give auto integral
InternalResolution=1 =>will give 1x
InternalResolution=2 =>will give 2x (3 for 3x, 4 for 4x etc.)

By "first line", you mean "[Video_Settings]", right?
Yes, the other are depend on which ir setting you want and are examples. Sorry could have be clearer.
(01-29-2021, 06:38 AM)themaster123 Wrote: [ -> ]Yes, the other are depend on which ir setting you want and are examples. Sorry could have be clearer.

Gotcha. Thanks!