mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00:00
Memmap: Remove vestigals of the memory-mapped EFB
It hasn't been memory-mapped for a long time.
This commit is contained in:
parent
dd0aadac97
commit
8858dc7764
1 changed files with 0 additions and 2 deletions
|
@ -49,8 +49,6 @@ enum
|
||||||
FAKEVMEM_MASK = FAKEVMEM_SIZE - 1,
|
FAKEVMEM_MASK = FAKEVMEM_SIZE - 1,
|
||||||
L1_CACHE_SIZE = 0x00040000,
|
L1_CACHE_SIZE = 0x00040000,
|
||||||
L1_CACHE_MASK = L1_CACHE_SIZE - 1,
|
L1_CACHE_MASK = L1_CACHE_SIZE - 1,
|
||||||
EFB_SIZE = 0x00200000,
|
|
||||||
EFB_MASK = EFB_SIZE - 1,
|
|
||||||
IO_SIZE = 0x00010000,
|
IO_SIZE = 0x00010000,
|
||||||
EXRAM_SIZE = 0x04000000,
|
EXRAM_SIZE = 0x04000000,
|
||||||
EXRAM_MASK = EXRAM_SIZE - 1,
|
EXRAM_MASK = EXRAM_SIZE - 1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue