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