mirror of
https://github.com/libretro/libretro-prboom.git
synced 2024-11-23 07:59:39 +00:00
commit
8c5263c86b
@ -29,6 +29,7 @@
|
|||||||
#include "../src/r_fps.h"
|
#include "../src/r_fps.h"
|
||||||
#include "../src/lprintf.h"
|
#include "../src/lprintf.h"
|
||||||
#include "../src/doomstat.h"
|
#include "../src/doomstat.h"
|
||||||
|
#include "../src/m_cheat.h"
|
||||||
|
|
||||||
void I_MPPlayer_Init(void);
|
void I_MPPlayer_Init(void);
|
||||||
void I_MPPlayer_Free(void);
|
void I_MPPlayer_Free(void);
|
||||||
@ -753,9 +754,10 @@ void retro_cheat_reset(void)
|
|||||||
|
|
||||||
void retro_cheat_set(unsigned index, bool enabled, const char *code)
|
void retro_cheat_set(unsigned index, bool enabled, const char *code)
|
||||||
{
|
{
|
||||||
(void)index;
|
(void)index;(void)enabled;
|
||||||
(void)enabled;
|
if(code)
|
||||||
(void)code;
|
for(int i=0; code[i] != '\0'; i++)
|
||||||
|
M_FindCheats(code[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* i_video */
|
/* i_video */
|
||||||
|
Loading…
Reference in New Issue
Block a user