• 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 ... 438 439 440 441 442 ... 1197 Next »

Any way to decrease prefetched textures to RAM?
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Any way to decrease prefetched textures to RAM?
12-25-2015, 10:21 AM
#1
Gamerz Offline
Junior Member
**
Posts: 36
Threads: 8
Joined: Mar 2015
The HD textures i use right now are 500 MB and prefetching them uses more than 2 GB of RAM. Any way to decrease it? I've lowered the quality and tried it again but Dolphin still prefetching more than 2 GBs of RAM.
Find
Reply
12-25-2015, 08:09 PM (This post was last modified: 12-25-2015, 08:10 PM by Neui.)
#2
Neui Offline
Quiet
***
Posts: 175
Threads: 1
Joined: Apr 2015
The images are compressed, so they have to be decompressed and thus are larger. I assume that there are 4 bytes per pixel: R, G, B and Alpha. So for a 2048x2048-Texture, we have 2048 • 2048 = 4194304 pixels. 4194304 • 4 = 16777216 bytes for the uncompressed image. Or 16 Megabytes (/1024/1024). For a 4096x4096-Texture, it would be about 64 MB space.

So how to lower the ram usage? Make the textures smaller. (Not the quality, which is more of a compressing thing)
Find
Reply
« Next Oldest | Next Newest »


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


Users browsing this thread: 2 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode