mirror of
https://github.com/libretro/libretro-prboom.git
synced 2024-11-30 11:40:23 +00:00
Revert "Cleanly error out in retro_load_game"
This reverts commit b09203fe51
.
This commit is contained in:
parent
b09203fe51
commit
2f2fa1f9ac
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user