mirror of https://github.com/PCSX2/pcsx2.git
Remove whitespace, https
parent
c53503f621
commit
733b71c293
|
@ -68,5 +68,4 @@ While modern compilers like to tout that the compiler should be left to decide f
|
||||||
|
|
||||||
While PCSX2 willfully makes no promise to retain backwards support for savestates, it is none the less a convenience for developer, tester, and user alike when we do. So when possible it is recommended that programmers making changes to the savestate code (normally denoted as a Freeze() function) be sure to increment the savestate version in Savestate.h and, if you know how, implement backward support for the old version (if not, then simply increment the savestate version and let someone else fix the backwards compatibility in a later revision). This allows PCSX2 to at the very least fail gracefully when encountering an unknown savestate, and ideally it allows for another coder familiar with the system to properly implement backwards compatibility with the older savestate revision.
|
While PCSX2 willfully makes no promise to retain backwards support for savestates, it is none the less a convenience for developer, tester, and user alike when we do. So when possible it is recommended that programmers making changes to the savestate code (normally denoted as a Freeze() function) be sure to increment the savestate version in Savestate.h and, if you know how, implement backward support for the old version (if not, then simply increment the savestate version and let someone else fix the backwards compatibility in a later revision). This allows PCSX2 to at the very least fail gracefully when encountering an unknown savestate, and ideally it allows for another coder familiar with the system to properly implement backwards compatibility with the older savestate revision.
|
||||||
|
|
||||||
[1]: http://en.wikipedia.org/wiki/Hungarian_notation
|
[1]: https://en.wikipedia.org/wiki/Hungarian_notation
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue