dolphin/Source/Core
Lioncash 4ae4b241ec ChunkFile: Handle bool in a stable way across platforms
bool is not always guaranteed to be the same size on every platform.
On some platforms it may be one byte, on others it can be 8 bytes if the
platform dictates it. It's implementation-defined.

This can be problematic when it comes to storing this
data to disk (it can also be space-inefficient, but that's not really an
issue). Also say for some reason you moved your savestates to another
platform, it's possible they won't load correctly due to differences in size.

This change stores all bools to savestates as if they were a byte in size
and handles the loading of them accordingly.
2016-04-14 22:55:03 -04:00
..
AudioCommon Merge pull request #3602 from OatmealDome/coreaudio 2016-02-07 22:25:15 -05:00
Common ChunkFile: Handle bool in a stable way across platforms 2016-04-14 22:55:03 -04:00
Core ChunkFile: Handle bool in a stable way across platforms 2016-04-14 22:55:03 -04:00
DiscIO properly open/close the file to avoid rapid open/close cycles 2016-03-20 13:10:51 +01:00
DolphinQt2 Implements Emulation MenuBar 2016-03-20 11:44:35 +11:00
DolphinWX Fix Windows build not copying certain files 2016-04-12 19:05:17 -04:00
InputCommon Improve stability of the Wii U Gamecube Controller adapter under Android. 2016-02-13 08:17:20 -06:00
UICommon Merge VideoBackendHardware into VideoBackend. 2016-01-12 23:18:58 +01:00
VideoBackends D3D: Amend code to fix a new VS warning 2016-03-30 20:59:57 -04:00
VideoCommon Merge pull request #3748 from mimimi085181/partial-updates-paletted-textures 2016-04-11 21:47:24 +02:00
CMakeLists.txt [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00