decomp: stash changes

This commit is contained in:
Tyler Wilding
2026-07-15 19:09:22 -04:00
parent 9988c5305b
commit 3451479362
4 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
namespace decompiler {
TextureDB::TextureDB() : replacement_cache(TextureLRUCache(25)) {
TextureDB::TextureDB() : replacement_cache(TextureLRUCache(50)) {
std::vector<u32> data(16 * 16, 0xffffffff);
add_texture(kPlaceholderWhiteTexturePage, kPlaceholderWhiteTextureId, data, 16, 16,
"placeholder-white", "placeholder", {}, 1, 0);