repo.or.cz
/
open-ps2-loader.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Disabling auto-refresh of game list by default, as it is causing bugs sometimes
[open-ps2-loader.git]
/
include
/
integers.h
blob
e8bfb0c1beae82930624ba2484a7826ee21b8897
1
#ifndef __INTEGERS_H
2
#define __INTEGERS_H
3
4
typedef
unsigned char uint8_t
;
5
typedef
unsigned long int uint32_t
;
6
7
#endif