Commit Graph

104 Commits

Author SHA1 Message Date
Luke Street 16987ab59b DolphinCGraphics: 15 more matching funcs
Former-commit-id: 4a13726665
2022-12-02 14:35:58 -05:00
Luke Street 4e0dfde249 DolphinCGraphics inches closer
Former-commit-id: 64a23c22cc
2022-12-02 00:19:53 -05:00
Luke Street 6b27aee58d Even more DolphinCGraphics
Former-commit-id: dd8dd94f36
2022-12-01 00:59:03 -05:00
Luke Street 2bff2f4d6b More DolphinCGraphics
Former-commit-id: d9f71836b5
2022-11-30 01:43:17 -05:00
Luke Street 913b1c8a16 Start DolphinCGraphics, 10/11 functions matching
Former-commit-id: 609873426e
2022-11-29 20:56:37 -05:00
Henrique Gemignani Passos Lima acc72c8306 Add CErrorOutputWindow
Former-commit-id: 04a530faeb
2022-11-24 02:41:55 +02:00
Henrique Gemignani Passos Lima d6a754e555 Enable override for host compiler
Former-commit-id: b30f6910b7
2022-11-08 16:11:13 +02:00
Phillip Stephens c20c3e399c Match and link OSThread.c
Former-commit-id: 1ccd29a1cd
2022-11-05 03:22:23 -07:00
Luke Street 9bdce565df CColor fixes & CVisorFlare progress
Former-commit-id: 5e3a450b54
2022-11-03 13:10:05 -04:00
Phillip Stephens 0bffff2eb5 Match and link OSAlarm
Former-commit-id: 438bf9053c
2022-11-03 09:17:03 -07:00
Phillip Stephens ffa313e7f4 Match and link OSCache
Former-commit-id: 2c8976221f
2022-11-03 01:19:58 -07:00
Phillip Stephens 4a4fa33aca Match and link OSTime
Former-commit-id: 2263c6843f
2022-10-25 22:00:49 -07:00
Henrique Gemignani Passos Lima 2af0d744cc Add CScriptMidi
Former-commit-id: 1b5ee3bee8
2022-10-22 00:40:29 +03:00
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
Luke Street 38570b9f6e CDecal progress
Former-commit-id: cd88e8eedd
2022-10-16 22:33:08 -04:00
Phillip Stephens f7e3ed9818 Minor cleanup, use macros from gba.h
Former-commit-id: 8a35c9640a
2022-10-15 23:01:20 -07:00
Phillip Stephens 644e2c8853 Match but don't link GBAXfer
Former-commit-id: 68e2da3ccb
2022-10-15 22:53:55 -07:00
Phillip Stephens cb7e35b615 Match and link GBARead/Write
Former-commit-id: 55fac9eb37
2022-10-15 19:14:54 -07:00
Phillip Stephens 2d138c60bd Match and link GBA.c
Former-commit-id: 024fb634e9
2022-10-15 17:58:36 -07:00
Phillip Stephens af9f796433 Properly split GBA library
Former-commit-id: f49d43abdc
2022-10-15 14:47:38 -07:00
Phillip Stephens 503020b195 Match and link GameObjectLists.cpp
Former-commit-id: b57ec9605e
2022-10-13 22:58:49 -07:00
Phillip Stephens f886907c07 Match and link db
Former-commit-id: 2806b45058
2022-10-13 09:33:30 -07:00
Phillip Stephens f4d549e0b9 Use __ppc_linker.h in start.c
Former-commit-id: 1c46c7161e
2022-10-11 08:28:59 -07:00
Henrique Gemignani Passos Lima c97527ba03 Add CMemoryCardDriver::InitializeFileInfo, CMemoryStreamOut
Former-commit-id: b0ce4e26f1
2022-10-11 16:41:20 +03:00
Phillip Stephens 7a2928b531 Match and link OSReset
Former-commit-id: fecef57a18
2022-10-11 00:01:27 -07:00
Phillip Stephens 5fbb00a892 Match OSRtc, more frank issues >.<
Former-commit-id: 76ac2bfd74
2022-10-10 22:33:20 -07:00
Luke Street 7f83e1fa03 Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
2022-10-09 01:13:17 -04:00
Phillip Stephens bb45a64b7b Initial work on SIBios
Former-commit-id: b841756b36
2022-10-07 22:53:41 -07:00
Phillip Stephens eefc0f609c Match and link dtk
Former-commit-id: f779e5819d
2022-10-07 19:38:36 -07:00
Phillip Stephens 0aeb567b3d Match and link PadClamp, pad is matched but can't be linked
Former-commit-id: 9ab1aea84f
2022-10-07 12:08:55 -07:00
Phillip Stephens 3ed47d5cde Fix linking with static libs, CVector3f work, Initial COutputStream
Former-commit-id: 693fe93eab
2022-10-04 18:31:56 -07:00
Phillip Stephens b9ea7a76b9 Match and link COsContext
Former-commit-id: cc514ecf6e
2022-10-02 00:43:00 -07:00
Luke Street adb54a9892 Symbol fixes, headers & main progress
Former-commit-id: 6944a14e89
2022-10-01 02:19:15 -04:00
Henrique Gemignani Passos Lima 8f3807da18 Start RAssertDolphin (#3)
* Start RAssertDolphin

* Add OSContext

* Add missing files, Prime2's ErrorHandler

* Progress in ErrorHandler

* comments

* Don't link new code

* Format code

* Slight adjustments

* Use u16 for OSError

Former-commit-id: 7e8bc34cab
2022-09-29 19:09:11 -04:00
Phillip Stephens 57bb02906e More allocator work
Former-commit-id: 57ce723ec2
2022-09-19 21:35:24 -07:00
Luke Street 234afca6c2 clang-format pass
Former-commit-id: 6a979e343f
2022-09-18 02:05:46 -04:00
Phillip Stephens 047ee1a32e Match dvd.c, not linking for now (links with patched 1.2.5)
Former-commit-id: d0ad5f5ef8
2022-09-15 18:18:29 -07:00
Phillip Stephens 64fe52845f Link CDolphinController.cpp
Former-commit-id: 0450f7b1f1
2022-09-13 22:25:20 -07:00
Phillip Stephens f21f94be32 Forgot gba.h too
Former-commit-id: 32dc934203
2022-09-12 21:53:49 -07:00
Phillip Stephens 8708860ab2 Start matching CDolphinController
Former-commit-id: 4de9950cda
2022-09-12 21:52:59 -07:00
Luke Street 329618c585 More main progress; tons of headers & stuff
Former-commit-id: a6e365791b
2022-09-13 00:28:02 -04:00
Phillip Stephens fcdeb21704 Link nearly all of CARD
Former-commit-id: e3de3f9e5d
2022-09-10 21:54:54 -07:00
Phillip Stephens f9cecfd4b1 Link CARDDir.c
Former-commit-id: df0484585a
2022-09-10 17:25:05 -07:00
Phillip Stephens 8b689adc97 Commit missed files
Former-commit-id: c33b42a7c0
2022-09-10 15:41:46 -07:00
Phillip Stephens b1441a1bae Minor cleanup
Former-commit-id: 172d5efc91
2022-09-10 14:32:57 -07:00
Phillip Stephens 8a8523b6ee Link CARDRdwr.c
Former-commit-id: b0405b7673
2022-09-10 14:31:25 -07:00
Phillip Stephens 57d8500376 Link CARDUnlock.c, CARDBios.c matches, but can't be linked due to frank issues
Former-commit-id: 58d5c4a816
2022-09-10 13:32:26 -07:00
Phillip Stephens 18d45a80a7 Fully link __ppc_eabi_init.cpp
Former-commit-id: e8bf411356
2022-09-07 21:42:56 -07: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 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