Commit Graph

24 Commits

Author SHA1 Message Date
Henrique Gemignani Passos Lima d68b8e27cc Fix all compilation errors when building for host
Former-commit-id: c473566160
2022-10-21 14:24:45 +03:00
Phillip Stephens 90df73af90 Match CCubeSurface
Former-commit-id: 0787cc17d0
2022-10-11 23:50:03 -07:00
Phillip Stephens aaf11d85f6 Match and link CLight *FINALLY*
Former-commit-id: ff90f64231
2022-10-09 10:48:11 -07:00
Luke Street 2f62a31d18 Fix CColor Get*u8 functions
Former-commit-id: 4d40ca80d8
2022-10-09 01:44:48 -04: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 f0ea5144ea clang-format source files
Former-commit-id: 39700ad779
2022-10-09 01:16:21 -04:00
Phillip Stephens ec9e639009 Match CLight, has issues with constants
Former-commit-id: b039acfac8
2022-10-06 01:40:00 -07:00
Henrique Gemignani Passos Lima 94eb8324a8 Compilation fix for many files
Former-commit-id: 44e4110ffb
2022-10-06 02:34:48 +03:00
Henrique Gemignani Passos Lima 1e59dd91fc algorithm.hpp header fixes
Former-commit-id: 675a1904c4
2022-09-30 15:46:54 +03:00
Luke Street 234afca6c2 clang-format pass
Former-commit-id: 6a979e343f
2022-09-18 02:05:46 -04:00
Luke Street 0f25a3c8d4 Migrate s32->int, u32->uint; fix dolphin/types.h
Former-commit-id: 7eb08b6ee8
2022-09-05 00:01:22 -04:00
Luke Street 5726400667 More CCubeMaterial
Former-commit-id: 78022784ef
2022-09-05 00:01:22 -04:00
Luke Street b851577337 Header cleanup, NONMATCHING option
Former-commit-id: 174a2d98f7
2022-08-31 20:22:20 -04:00
Luke Street 8b28b129e2 Link CGX
Former-commit-id: 3e43c0878f
2022-08-31 12:06:56 -04:00
Luke Street 40271117df Almost done with CGX
Former-commit-id: 89284f17b2
2022-08-31 00:54:17 -04:00
Luke Street 4660679da4 More CGX matches part 2
Former-commit-id: 4758103774
2022-08-30 18:48:44 -04:00
Luke Street 7cdb1aef65 More CGX matches
Former-commit-id: 6fbaa00f07
2022-08-30 01:12:32 -04:00
Luke Street 6768dfc9b4 Begin CGX/CCubeMaterial; add dolphin headers from aurora
Former-commit-id: b28e24862b
2022-08-30 00:05:16 -04:00
Phillip Stephens 97847d1d61 Remove non-matching comment from Lerp
Former-commit-id: 7c92358bf6
2022-08-13 14:44:29 -07:00
Phillip Stephens eb554f79dd Link DolphinCColor.cpp, thanks encounter and Ninji
Former-commit-id: 4999c1ded5
2022-08-13 14:43:45 -07:00
Phillip Stephens da85e24623 DolphinCColor imps, only `Lerp(u32, u32, float)` isn't matching
Former-commit-id: d36775e76a
2022-08-13 05:57:38 -07:00
Phillip Stephens 1c213b5cc2 use clang-format on CColor.cpp
Former-commit-id: 6bf68f9808
2022-08-11 11:50:15 -07:00
Phillip Stephens 6f8c6b28ba Add unused statics, fix CColor constructor
Former-commit-id: e7117197da
2022-08-11 11:35:12 -07:00
Phillip Stephens fe1f119091 Link CColor.cpp
Former-commit-id: d59665aaad
2022-08-11 11:20:15 -07:00