Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMartin86 committed May 28, 2024
1 parent 8c0e68b commit f314d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emulators/quickerSDLPoP/quickerSDLPoP.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class QuickerSDLPoP final : public Emulator
deserializer.pop(&_renderInput, sizeof(_renderInput));
}

__INLINE__ size_t getRendererStateSize() const override { return _QuickerSDLPoP->getStateSize() + sizeof(_renderStepIdx) + sizeof(_renderInput); }
__INLINE__ size_t getRendererStateSize() const override { return getStateSize() + sizeof(_renderStepIdx) + sizeof(_renderInput); }

__INLINE__ void showRender() override { _QuickerSDLPoP->updateRenderer(_renderStepIdx, _renderInput); }

Expand Down

0 comments on commit f314d84

Please sign in to comment.