mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
Gekko: fix typos in HID2
This commit is contained in:
parent
1699c733b7
commit
829a949708
1 changed files with 2 additions and 2 deletions
|
@ -537,12 +537,12 @@ union UReg_HID2
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
u32 : 16;
|
u32 : 16;
|
||||||
u32 DQOMEE : 1;
|
u32 DQOEE : 1;
|
||||||
u32 DCMEE : 1;
|
u32 DCMEE : 1;
|
||||||
u32 DNCEE : 1;
|
u32 DNCEE : 1;
|
||||||
u32 DCHEE : 1;
|
u32 DCHEE : 1;
|
||||||
u32 DQOERR : 1;
|
u32 DQOERR : 1;
|
||||||
u32 DCEMERR : 1;
|
u32 DCMERR : 1;
|
||||||
u32 DNCERR : 1;
|
u32 DNCERR : 1;
|
||||||
u32 DCHERR : 1;
|
u32 DCHERR : 1;
|
||||||
u32 DMAQL : 4;
|
u32 DMAQL : 4;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue