ObjFW  Diff

Differences From Artifact [cc72bf91df]:

To Artifact [173f7e8f11]:


33
34
35
36
37
38
39

40
41
42

43
44
45
46
47
48
49
# include <pspdebug.h>
# include <pspctrl.h>
PSP_MODULE_INFO("ObjFW Tests", 0, 0, 0);
#endif

#ifdef __wii__
# define BOOL OGC_BOOL

# include <gccore.h>
# include <wiiuse/wpad.h>
# undef BOOL

#endif

enum {
	NO_COLOR,
	RED,
	GREEN,
	YELLOW







>



>







33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# include <pspdebug.h>
# include <pspctrl.h>
PSP_MODULE_INFO("ObjFW Tests", 0, 0, 0);
#endif

#ifdef __wii__
# define BOOL OGC_BOOL
# define asm __asm__
# include <gccore.h>
# include <wiiuse/wpad.h>
# undef BOOL
# undef asm
#endif

enum {
	NO_COLOR,
	RED,
	GREEN,
	YELLOW