mirror of
https://github.com/libretro/RetroArch
synced 2025-02-11 06:40:48 +00:00
Don't excessively log
This commit is contained in:
parent
fb4f8ff550
commit
61d56e07fa
@ -1855,7 +1855,6 @@ bool rarch_environment_cb(unsigned cmd, void *data)
|
|||||||
case RETRO_ENVIRONMENT_GET_FASTFORWARDING:
|
case RETRO_ENVIRONMENT_GET_FASTFORWARDING:
|
||||||
{
|
{
|
||||||
extern bool runloop_fastmotion;
|
extern bool runloop_fastmotion;
|
||||||
RARCH_LOG("RETRO_ENVIRONMENT_GET_FASTFORWARDING %d\n", runloop_fastmotion);
|
|
||||||
*(bool *)data = runloop_fastmotion;
|
*(bool *)data = runloop_fastmotion;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user