mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
Get rid of a few C-style struct declarations
This commit is contained in:
@ -609,12 +609,12 @@ void SDRUpdated()
|
||||
#define TLB_FLAG_MOST_RECENT 0x01
|
||||
#define TLB_FLAG_INVALID 0x02
|
||||
|
||||
typedef struct tlb_entry
|
||||
struct tlb_entry
|
||||
{
|
||||
u32 tag;
|
||||
u32 paddr;
|
||||
u8 flags;
|
||||
} tlb_entry;
|
||||
};
|
||||
|
||||
// TODO: tlb needs to be in ppcState for save-state purposes.
|
||||
#ifdef FAST_TLB_CACHE
|
||||
|
Reference in New Issue
Block a user