Commit Graph

9 Commits

Author SHA1 Message Date
Phillip Stephens 76e0804ecb More DolphinCDvdFile progress, only one function remains 2023-02-01 00:13:54 -08:00
Phillip Stephens 7c47499116 IDvdRequest is fake, remove it 2023-01-29 14:16:45 -08:00
Phillip Stephens ee48b34a8b Initial CVParamTransfer imps 2023-01-14 01:26:24 -08:00
Phillip Stephens 112a7adec8 Add CDvdFile, match and link dvdfs 2023-01-12 16:05:25 -08:00
Phillip Stephens f711682fbf Start DolphinCTexture and CARAMToken 2022-12-03 13:31:54 -08:00
Pwootage d8804b5244
CGBASupport (#13)
* Start work on GBASupport

* Match update

* Almost perfect match

* Very close to 100% match

* Match & link CGBASupport

* Fix some naming

* use c-cstle cast and round-up
2022-10-16 13:20:36 -07:00
Luke Street 133326ae40 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.
2022-10-09 01:37:23 -04:00
Luke Street 261ee48bba Standardize include guards, clang-format headers 2022-10-09 01:13:17 -04:00
Luke Street 848752477e Reorganize includes to match asm 2022-07-18 18:42:58 -04:00