Add myself to this list.

This commit is contained in:
Alcaro 2014-02-21 18:15:18 +01:00
parent c5e353117d
commit 5e1d558bb2
2 changed files with 5 additions and 2 deletions

View File

@ -56,3 +56,6 @@ Gražvydas Ignotas -
Saggi Mizrahi -
- RetroLaunch utility
Alfred Agrell - <floating@muncher.se>
- Rewritten savestate manager

View File

@ -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;