Waternoose, the XBOX 360 emulator
A very young XBOX 360 emulator that aims to boot games some day
Loading...
Searching...
No Matches
util.h
1#pragma once
2
3#include <stdint.h>
4
5#define bswap64 __builtin_bswap64
6#define bswap32 __builtin_bswap32
7#define bswap16 __builtin_bswap16