mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 10:20:57 +00:00
fix function signatures; fix license on jsonsax
This commit is contained in:
parent
fa3f17d219
commit
9485298f78
@ -1021,7 +1021,7 @@ static void test_cheevo_set( const cheevoset_t* set )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void cheevos_test( int unofficial )
|
void cheevos_test( void )
|
||||||
{
|
{
|
||||||
#ifdef HAVE_SMW_CHEEVOS
|
#ifdef HAVE_SMW_CHEEVOS
|
||||||
static int init = 1;
|
static int init = 1;
|
||||||
@ -1076,7 +1076,7 @@ static void free_cheevo_set( const cheevoset_t* set )
|
|||||||
free( (void*)set->cheevos );
|
free( (void*)set->cheevos );
|
||||||
}
|
}
|
||||||
|
|
||||||
void cheevos_unload()
|
void cheevos_unload( void )
|
||||||
{
|
{
|
||||||
free_cheevo_set( &core_cheevos );
|
free_cheevo_set( &core_cheevos );
|
||||||
free_cheevo_set( &unofficial_cheevos );
|
free_cheevo_set( &unofficial_cheevos );
|
||||||
|
@ -27,7 +27,7 @@ cheevos_config_t;
|
|||||||
extern cheevos_config_t cheevos_config;
|
extern cheevos_config_t cheevos_config;
|
||||||
|
|
||||||
int cheevos_load( const char* json );
|
int cheevos_load( const char* json );
|
||||||
void cheevos_test();
|
void cheevos_test( void );
|
||||||
void cheevos_unload();
|
void cheevos_unload( void );
|
||||||
|
|
||||||
#endif /* __RARCH_CHEEVOS_H */
|
#endif /* __RARCH_CHEEVOS_H */
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* Copyright (C) 2010-2015 The RetroArch team
|
/* Copyright (C) 2010-2015 The RetroArch team
|
||||||
*
|
*
|
||||||
* ---------------------------------------------------------------------------------------
|
* ---------------------------------------------------------------------------------------
|
||||||
* The following license statement only applies to this file (rxml.c).
|
* The following license statement only applies to this file (jsonsax.c).
|
||||||
* ---------------------------------------------------------------------------------------
|
* ---------------------------------------------------------------------------------------
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge,
|
* Permission is hereby granted, free of charge,
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* Copyright (C) 2010-2015 The RetroArch team
|
/* Copyright (C) 2010-2015 The RetroArch team
|
||||||
*
|
*
|
||||||
* ---------------------------------------------------------------------------------------
|
* ---------------------------------------------------------------------------------------
|
||||||
* The following license statement only applies to this file (rxml.h).
|
* The following license statement only applies to this file (jsonsax.h).
|
||||||
* ---------------------------------------------------------------------------------------
|
* ---------------------------------------------------------------------------------------
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge,
|
* Permission is hereby granted, free of charge,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user