Add myself to this list.
This commit is contained in:
parent
c5e353117d
commit
5e1d558bb2
3
AUTHORS
3
AUTHORS
|
@ -56,3 +56,6 @@ Gražvydas Ignotas -
|
|||
|
||||
Saggi Mizrahi -
|
||||
- RetroLaunch utility
|
||||
|
||||
Alfred Agrell - <floating@muncher.se>
|
||||
- Rewritten savestate manager
|
||||
|
|
4
rewind.c
4
rewind.c
|
@ -215,8 +215,8 @@ bool state_manager_pop(state_manager_t *state, void **data)
|
|||
|
||||
void *state_manager_push_where(state_manager_t *state)
|
||||
{
|
||||
//We need to ensure we have an uncompressed copy of the last pushed state, or we could end up
|
||||
// applying a 'patch' to wrong savestate, and that'd blow up rather quickly.
|
||||
//We need to ensure we have an uncompressed copy of the last pushed state, or we could
|
||||
// end up applying a 'patch' to wrong savestate, and that'd blow up rather quickly.
|
||||
if (!state->thisblock_valid)
|
||||
{
|
||||
void *ignore;
|
||||
|
|
Loading…
Reference in New Issue