40 Commits

Author SHA1 Message Date
38570b9f6e CDecal progress
Former-commit-id: cd88e8eedd58cc820f0e6071542e3b5d3af08172
2022-10-16 22:33:08 -04:00
f7e3ed9818 Minor cleanup, use macros from gba.h
Former-commit-id: 8a35c9640a48b1671eba1e0ab3925569c5563bef
2022-10-15 23:01:20 -07:00
644e2c8853 Match but don't link GBAXfer
Former-commit-id: 68e2da3ccbf9ebac612e0423664c407ab535073d
2022-10-15 22:53:55 -07:00
cb7e35b615 Match and link GBARead/Write
Former-commit-id: 55fac9eb379c519e9ed71f9ac14a0835d476cb43
2022-10-15 19:14:54 -07:00
2d138c60bd Match and link GBA.c
Former-commit-id: 024fb634e9c7da9697b9df50fbbc4be6ba1b5b57
2022-10-15 17:58:36 -07:00
af9f796433 Properly split GBA library
Former-commit-id: f49d43abdc9b12dd7ed66eded45f794fd7473132
2022-10-15 14:47:38 -07:00
503020b195 Match and link GameObjectLists.cpp
Former-commit-id: b57ec9605eaa4cfd1769093a70d67849e9542028
2022-10-13 22:58:49 -07:00
f886907c07 Match and link db
Former-commit-id: 2806b450584ee78c5768cb776dbbfb04fcdcd5ea
2022-10-13 09:33:30 -07:00
f4d549e0b9 Use __ppc_linker.h in start.c
Former-commit-id: 1c46c7161e224a23799dd0c3d757762b05492444
2022-10-11 08:28:59 -07:00
Henrique Gemignani Passos Lima
c97527ba03 Add CMemoryCardDriver::InitializeFileInfo, CMemoryStreamOut
Former-commit-id: b0ce4e26f186d7ce04fc23e39ba430a1ea2cc101
2022-10-11 16:41:20 +03:00
7a2928b531 Match and link OSReset
Former-commit-id: fecef57a1881b2d80de72a2d46d436161ba5a15a
2022-10-11 00:01:27 -07:00
5fbb00a892 Match OSRtc, more frank issues >.<
Former-commit-id: 76ac2bfd74f9d86e0ce4e184fb8181248a841c1c
2022-10-10 22:33:20 -07:00
7f83e1fa03 Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba0546f4620447040b7c3d3034686796
2022-10-09 01:13:17 -04:00
bb45a64b7b Initial work on SIBios
Former-commit-id: b841756b36935ae57900ca4b0dfb317020076cb2
2022-10-07 22:53:41 -07:00
eefc0f609c Match and link dtk
Former-commit-id: f779e5819d9482f9b241a0772eca31afff0b83b0
2022-10-07 19:38:36 -07:00
0aeb567b3d Match and link PadClamp, pad is matched but can't be linked
Former-commit-id: 9ab1aea84f6a445c3fcffc5d887db67f43bf3bea
2022-10-07 12:08:55 -07:00
3ed47d5cde Fix linking with static libs, CVector3f work, Initial COutputStream
Former-commit-id: 693fe93eab71abb6e4b68df69c8836b0499cef43
2022-10-04 18:31:56 -07:00
b9ea7a76b9 Match and link COsContext
Former-commit-id: cc514ecf6e7d6d97613f6a3e80b7a7a5e7436518
2022-10-02 00:43:00 -07:00
adb54a9892 Symbol fixes, headers & main progress
Former-commit-id: 6944a14e890aff84111901c37e9a7b96a3e38517
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: 7e8bc34cabd90ab0d70439dfe708b90bdb0aed0a
2022-09-29 19:09:11 -04:00
57bb02906e More allocator work
Former-commit-id: 57ce723ec2d787b29c5ba3b4924842db591b4bfe
2022-09-19 21:35:24 -07:00
234afca6c2 clang-format pass
Former-commit-id: 6a979e343f6a88e4c9b78d3917c1fabfcb211a0a
2022-09-18 02:05:46 -04:00
047ee1a32e Match dvd.c, not linking for now (links with patched 1.2.5)
Former-commit-id: d0ad5f5ef8762addf51e5e3ac1efadd792150649
2022-09-15 18:18:29 -07:00
64fe52845f Link CDolphinController.cpp
Former-commit-id: 0450f7b1f110cc8da6fabce5edf8a5c447477317
2022-09-13 22:25:20 -07:00
f21f94be32 Forgot gba.h too
Former-commit-id: 32dc93420328821ad22db3cbac7e3b717858043e
2022-09-12 21:53:49 -07:00
8708860ab2 Start matching CDolphinController
Former-commit-id: 4de9950cdab1dd29957612ca496e41610f20e850
2022-09-12 21:52:59 -07:00
329618c585 More main progress; tons of headers & stuff
Former-commit-id: a6e365791b35de8a1c056db8a4833150450c84d9
2022-09-13 00:28:02 -04:00
fcdeb21704 Link nearly all of CARD
Former-commit-id: e3de3f9e5d76c4a65e44d46e5205e2c57e7c5a50
2022-09-10 21:54:54 -07:00
f9cecfd4b1 Link CARDDir.c
Former-commit-id: df0484585a6b130cd001d783f39204b6f5a5ff7b
2022-09-10 17:25:05 -07:00
8b689adc97 Commit missed files
Former-commit-id: c33b42a7c0b3db72233a1692e7c1f3fd6a77219d
2022-09-10 15:41:46 -07:00
b1441a1bae Minor cleanup
Former-commit-id: 172d5efc916ab7d51846daf59014c43f3a70bc98
2022-09-10 14:32:57 -07:00
8a8523b6ee Link CARDRdwr.c
Former-commit-id: b0405b767326e8723faea7407d6d5c7840c74006
2022-09-10 14:31:25 -07:00
57d8500376 Link CARDUnlock.c, CARDBios.c matches, but can't be linked due to frank issues
Former-commit-id: 58d5c4a8163de553fecbf59bb1fe3a296a24ff12
2022-09-10 13:32:26 -07:00
18d45a80a7 Fully link __ppc_eabi_init.cpp
Former-commit-id: e8bf411356cc9e2907a155632be5f79c17000718
2022-09-07 21:42:56 -07:00
0f25a3c8d4 Migrate s32->int, u32->uint; fix dolphin/types.h
Former-commit-id: 7eb08b6ee832f11971da0cfdc53b5a55b74ac79d
2022-09-05 00:01:22 -04:00
5726400667 More CCubeMaterial
Former-commit-id: 78022784ef67fa267edd40dd9eb58ceab46bbde0
2022-09-05 00:01:22 -04:00
b851577337 Header cleanup, NONMATCHING option
Former-commit-id: 174a2d98f7e71ac0f4ade4327c8e36635ec3aba7
2022-08-31 20:22:20 -04:00
4660679da4 More CGX matches part 2
Former-commit-id: 4758103774fb5c5185cccd1ba737642df87c3baf
2022-08-30 18:48:44 -04:00
7cdb1aef65 More CGX matches
Former-commit-id: 6fbaa00f073b63e8bad85581aa3e077598d85bb1
2022-08-30 01:12:32 -04:00
6768dfc9b4 Begin CGX/CCubeMaterial; add dolphin headers from aurora
Former-commit-id: b28e24862bbde19fa6cc5649f568d51d7b0b35d7
2022-08-30 00:05:16 -04:00