![]() |
|
Disabling "antialiasing" in games - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Game Modifications (https://forums.dolphin-emu.org/Forum-game-modifications) +--- Forum: Cheats, Hacks, & Game Patches (https://forums.dolphin-emu.org/Forum-cheats-hacks-game-patches) +--- Thread: Disabling "antialiasing" in games (/Thread-disabling-antialiasing-in-games) |
Disabling "antialiasing" in games - raynoxu - 09-04-2020 Dear people of this forum. This is my first post here but i have an idea how to improve framerates on android by alot. If you would check games such as harry potter and the sorcerers stone or simpsons hit and run, they run at 60fps 720p no problem on my device, but weirdest thing happens on some other games such as NFS most wanted or NFS underground 2, to some extent Mario sunshine. If you would have a closer look the need for speed games both use some sort of fake antialiasig effect (which i found by reading is just some post processing effect, not actual AA). Seen explanation on https://www.reddit.com/r/emulation/comments/5oob6z/emulating_antialiasing_how_does_it_work/ Quote:Dolphin Developer So if it's possible to disable this effect in either dolphin OR in patches for each game that uses this techniquie we should see great FPS improvements atleast on android. I have tried this on Super smash bros melee and disabling that deflicker option improves the fps/stability a lot for me. So if anyone knows where i can start with this on my own or someone already knows how to do this lemme know
RE: Disabling "antialiasing" in games - JosJuice - 09-04-2020 The deflicker filter can be disabled by turning on Graphics > Hacks > Disable Copy Filter. (The Android GUI acts as if this setting is off if you haven't yet set it, but it's actually on by default despite what the GUI tells you. I should fix that at some point...) The conversion from RGB to YUV is only done if you disable Graphics > Hacks > Store XFB Copies to Texture Only, which is a very slow setting to disable for other reasons anyway. The other sources of blur mentioned in phire's post are not emulated in Dolphin. RE: Disabling "antialiasing" in games - raynoxu - 09-04-2020 (09-04-2020, 08:51 PM)JosJuice Wrote: The deflicker filter can be disabled by turning on Graphics > Hacks > Disable Copy Filter. (The Android GUI acts as if this setting is off if you haven't yet set it, but it's actually on by default despite what the GUI tells you. I should fix that at some point...) I tried what you said, and compared HP with NFS both at 2x res, its still obvious that NFS is applying some kind of blur effect that kills the look and FPS. I'm wondering if this can be disabled by applying a gecko patch, as it doesnt seem to be affected by delphin settings. Sorry if its dooublepost, its been ages i used forums, my reply didnt work somewhy. https://ibb.co/fSrn7kt https://ibb.co/N31GBWV https://ibb.co/PFMWrXy https://ibb.co/6rLpbYV RE: Disabling "antialiasing" in games - JosJuice - 09-05-2020 I'm not sure what Need for Speed is doing, then. I would assume that it's possible to get rid of it with a Gecko code, but I don't know how hard such a Gecko code would be to make. Also, all three of your posts did go through. However, posts made by new users don't show up until they've been approved by a moderator, which is why you didn't see them immediately. I've approved one of them now (and removed the rest since they all say essentially the same thing). |