• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 41 42 43 44 45 ... 1198 Next »

Game.ini option for Manual Texture Sampling?
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Game.ini option for Manual Texture Sampling?
12-05-2021, 10:49 AM
#2
hansschmucker Offline
Junior Member
**
Posts: 2
Threads: 0
Joined: Dec 2021
Just had the same problem. The naming is a little unconventional in this case.

For reference: You can find the right setting by simply looking through the source code:

https://github.com/dolphin-emu/dolphin/search?q=%22Manual+Texture+Sampling%22
will give you this line:

new GraphicsBool(tr("Manual Texture Sampling"), Config::GFX_HACK_FAST_TEXTURE_SAMPLING, true);


and looking for GFX_HACK_FAST_TEXTURE_SAMPLING
( https://github.com/dolphin-emu/dolphin/search?q=GFX_HACK_FAST_TEXTURE_SAMPLING ) will in turn reveal

const Info<bool> GFX_HACK_FAST_TEXTURE_SAMPLING{{System::GFX, "Hacks", "FastTextureSampling"},

which tells us that the setting is FastTextureSampling Smile

[Video_Hacks]
FastTextureSampling = False

is what you're looking for ^^
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Game.ini option for Manual Texture Sampling? - ScryHobbit - 11-29-2021, 01:09 PM
RE: Game.ini option for Manual Texture Sampling? - hansschmucker - 12-05-2021, 10:49 AM
RE: Game.ini option for Manual Texture Sampling? - ScryHobbit - 12-06-2021, 05:34 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode