ObjFW  Diff

Differences From Artifact [a12f3dbba3]:

To Artifact [77e78bfed7]:


43
44
45
46
47
48
49


50

51
52
53
54
55
56
57
#ifdef OF_NINTENDO_DS
# define asm __asm__
# include <nds.h>
# undef asm
#endif

#ifdef OF_NINTENDO_3DS


# include <3ds.h>

#endif

#ifdef OF_PSP
static int
exit_cb(int arg1, int arg2, void *arg)
{
	sceKernelExitGame();







>
>

>







43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#ifdef OF_NINTENDO_DS
# define asm __asm__
# include <nds.h>
# undef asm
#endif

#ifdef OF_NINTENDO_3DS
/* Newer versions of libctru started using id as a parameter name. */
# define id id_3ds
# include <3ds.h>
# undef id
#endif

#ifdef OF_PSP
static int
exit_cb(int arg1, int arg2, void *arg)
{
	sceKernelExitGame();