mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Prepare texture preloading support
This commit is contained in:
parent
20a4735b4d
commit
dabb35afce
5 changed files with 56 additions and 30 deletions
|
@ -20,8 +20,8 @@
|
|||
#include "Hash.h"
|
||||
enum
|
||||
{
|
||||
TMEM_SIZE = 1024*1024,
|
||||
HALFTMEM_SIZE = 512*1024
|
||||
TMEM_SIZE = 1024*1024,
|
||||
TMEM_LINE_SIZE = 32,
|
||||
};
|
||||
extern GC_ALIGNED16(u8 texMem[TMEM_SIZE]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue