11 Commits

Author SHA1 Message Date
Henrique Gemignani Passos Lima
cc98c4bdaf Match SGameFileSlot::InitializeFromGameState (and a few others)
Former-commit-id: 9bd9f9c32ff9340b4d8aadebae736efbfa0d88b8
2022-10-11 20:10:00 +03:00
Henrique Gemignani Passos Lima
280928fc65 Match CMemoryCardDriver::ImportPersistentOptions
Former-commit-id: 46335059ecba4301f71770191d927c482e5aa072
2022-10-11 19:38:13 +03:00
Henrique Gemignani Passos Lima
5198e478f2 Add CMemoryCardDriver::BuildExistingFileSlot
Former-commit-id: 8487d3751b598f8d727296dcfe76650186de85e6
2022-10-11 19:28:27 +03:00
Henrique Gemignani Passos Lima
b079ad7432 Almost match CMemoryCardDriver::BuildNewFileSlot
Former-commit-id: cdfda89fa6421d2d4bb74c65ce72efa4595f36d2
2022-10-11 19:08:45 +03:00
Henrique Gemignani Passos Lima
165cc200e4 Match CMemoryCardDriver::WriteBackupBuf
Former-commit-id: d780a22b4e9f5fd1d48beeca6762ded513096eb8
2022-10-11 12:03:10 +03:00
Henrique Gemignani Passos Lima
4ac2f273b4 Add CMemoryCardDriver
Former-commit-id: e7e54730a35087a4defdbaf353210f293882dc36
2022-10-10 22:44:11 +03:00
7ca3a1c0bb Replace int types in Retro code
Retro seemingly avoided using the Dolphin
typedefs in most places, opting to use int/uint
instead. This likely means they didn't use
u8/s8/u16/s16/etc either.


Former-commit-id: 133326ae406a0ebc76f56f8bcb489fda280be2be
2022-10-09 01:37:23 -04:00
7f83e1fa03 Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba0546f4620447040b7c3d3034686796
2022-10-09 01:13:17 -04:00
0f25a3c8d4 Migrate s32->int, u32->uint; fix dolphin/types.h
Former-commit-id: 7eb08b6ee832f11971da0cfdc53b5a55b74ac79d
2022-09-05 00:01:22 -04:00
9d3a5c7670 Move back to 1.3.2 compiler
Former-commit-id: 1107bdaa26d4d991ec9f7d00e4736d2012561f98
2022-08-09 19:07:49 -04:00
bed1bb88de Reorganize includes to match asm
Former-commit-id: 848752477e6833629bb0ce30125ca6f5dbffccd1
2022-07-18 18:42:58 -04:00