Commit Graph

10 Commits

Author SHA1 Message Date
Phillip Stephens d972f39a3c Minor CDvdFile correction
Former-commit-id: 2c23ecd282204cbff9e8711a5d25b692d7c98425
2023-10-11 15:35:05 -07:00
Phillip Stephens 17148384f2 More DolphinCDvdFile progress, only one function remains
Former-commit-id: 76e0804ecb
2023-02-01 00:13:54 -08:00
Phillip Stephens f33395b657 IDvdRequest is fake, remove it
Former-commit-id: 7c47499116
2023-01-29 14:16:45 -08:00
Phillip Stephens c8d021edb4 Initial CVParamTransfer imps
Former-commit-id: ee48b34a8b
2023-01-14 01:26:24 -08:00
Phillip Stephens 947259c900 Add CDvdFile, match and link dvdfs
Former-commit-id: 112a7adec8
2023-01-12 16:05:25 -08:00
Phillip Stephens dd56a38ae5 Start DolphinCTexture and CARAMToken
Former-commit-id: f711682fbf
2022-12-03 13:31:54 -08:00
Pwootage 0fbdb1f381 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

Former-commit-id: d8804b5244
2022-10-16 13:20:36 -07:00
Luke Street 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: 133326ae40
2022-10-09 01:37:23 -04:00
Luke Street 7f83e1fa03 Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
2022-10-09 01:13:17 -04:00
Luke Street bed1bb88de Reorganize includes to match asm
Former-commit-id: 848752477e
2022-07-18 18:42:58 -04:00