Jeck - Crashfix for cache, proposed replacement for icon.png

* Please comment on new icon.png with any suggestions.
* Prevents RemoveOldestTexture from deleting things it shouldn't
This commit is contained in:
wagic.jeck
2009-09-04 20:41:31 +00:00
parent c8af1836a0
commit 78b9d61baf
3 changed files with 25 additions and 8 deletions

View File

@@ -56,7 +56,7 @@ enum ENUM_RETRIEVE_STYLE{
RETRIEVE_LOCK, //As above, locks cached resource.
RETRIEVE_UNLOCK, //As above, unlocks cached resource.
RETRIEVE_RESOURCE, //Only retrieves a managed resource.
RETRIEVE_VRAM, //If we create the texture, use vram.
RETRIEVE_VRAM, //If we create the texture, use vram. Also locks.
RETRIEVE_MANAGE, //Permanently adds retrieved resource to resource manager.
};