mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Don't excessively log
This commit is contained in:
parent
fb4f8ff550
commit
61d56e07fa
1 changed files with 0 additions and 1 deletions
|
@ -1855,7 +1855,6 @@ bool rarch_environment_cb(unsigned cmd, void *data)
|
|||
case RETRO_ENVIRONMENT_GET_FASTFORWARDING:
|
||||
{
|
||||
extern bool runloop_fastmotion;
|
||||
RARCH_LOG("RETRO_ENVIRONMENT_GET_FASTFORWARDING %d\n", runloop_fastmotion);
|
||||
*(bool *)data = runloop_fastmotion;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue