mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
BPMemory: Assign a more descriptive name to a field in the genmode register.
This commit is contained in:
@ -567,7 +567,7 @@ union GenMode
|
||||
{
|
||||
u32 numtexgens : 4; // 0xF
|
||||
u32 numcolchans : 5; // 0x1E0
|
||||
u32 ms_en : 1; // 0x200
|
||||
u32 multisampling : 1; // 0x200
|
||||
u32 numtevstages : 4; // 0x3C00
|
||||
u32 cullmode : 2; // 0xC000
|
||||
u32 numindstages : 3; // 0x30000
|
||||
|
Reference in New Issue
Block a user