dolphin/Source/Core
degasus 562b9d4a9f VideoCommon: Abort texture prefetching on low RAM
There is no nice way to correctly "detect" the "used" memory, so we just say
we're fine to use 50% of the physical memory for custom textures.

This will fix out-of-memory crashes, but we still might run into swapping issues.
2015-05-16 15:39:36 +02:00
..
AudioCommon AlsaSoundStream: Use an enum class for signifying ALSA thread state 2015-05-11 01:56:01 -04:00
Common VideoCommon: Abort texture prefetching on low RAM 2015-05-16 15:39:36 +02:00
Core Fix building with PCH disabled. 2015-05-13 16:06:09 -05:00
DiscIO Volume: Rename GetName to GetInternalName 2015-05-11 11:19:30 +02:00
DolphinQt Core: Remove some header inclusions in header files 2015-05-08 22:38:59 -04:00
DolphinWX CustomTexture: prefetch all available textures 2015-05-16 15:12:07 +02:00
InputCommon InputCommon/Core: Get rid of some virtual destructor warnings 2015-04-27 21:41:59 -04:00
UICommon Fix user directories at times doing stupid things. 2015-03-15 09:19:48 -05:00
VideoBackends OGL: Join declarations and assignments in Render 2015-05-08 09:29:36 -04:00
VideoCommon VideoCommon: Abort texture prefetching on low RAM 2015-05-16 15:39:36 +02:00
CMakeLists.txt