Waternoose, the XBOX 360 emulator
A very young XBOX 360 emulator that aims to boot games some day
Loading...
Searching...
No Matches
types.h
1#pragma once
2
3#include <util.h>
4
6{
7 unsigned __int128 u128;
8 uint64_t u64[2];
9 uint32_t u32[4];
10 uint16_t u16[8];
11 uint8_t u8[16];
12};