Revert "Cleanly error out in retro_load_game"

This reverts commit b09203fe51.
This commit is contained in:
orbea 2017-01-25 14:53:49 -08:00
parent b09203fe51
commit 2f2fa1f9ac

View File

@ -282,9 +282,6 @@ bool retro_load_game(const struct retro_game_info *info)
{ 0 },
};
if (!info)
return false;
environ_cb(RETRO_ENVIRONMENT_SET_INPUT_DESCRIPTORS, desc);
update_variables(true);