mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
missing return
This commit is contained in:
parent
7e7f2fafd0
commit
c4ca6d02c0
@ -745,7 +745,7 @@ bool rewinder::step()
|
||||
bool rewinder::check_size()
|
||||
{
|
||||
if (!m_enabled)
|
||||
false;
|
||||
return false;
|
||||
|
||||
// state sizes in bytes
|
||||
const size_t singlesize = ram_state::get_size(m_save);
|
||||
|
Loading…
Reference in New Issue
Block a user