summaryrefslogtreecommitdiff
path: root/src/dolphin
AgeCommit message (Collapse)Author
2026-06-26copy over a bunch of sdk stuff (#1066)TakaRikka
* most of dolsdk copied over * add some gf stuff * trk wip * ode/amc stuff * build fix
2026-05-18Fix demo build failingLagoLunatic
2026-05-15d_a_movie_player 99% (#1003)LagoLunatic
* d_a_movie_player 99% * Fix version differences
2026-04-11d_magma OK (#947)LagoLunatic
Co-authored-by: Roland <roland@wildpaws.xyz>
2026-03-14Misc cleanupLagoLunatic
2025-06-09Some enum/define cleanupLagoLunatic
2025-06-04Demo work (#786)LagoLunatic
* Demo work * Fix PAL * Fix d_door weak func order and link it * Fix d_door for demo * JKernel OK on demo + misc * tag_attention 100% on demo * More demo work and fix some retail fakematches
2025-05-17Fix clangd error in oslink.cLagoLunatic
2025-05-17ifdef out asm functionsLagoLunatic
2025-05-17Revert "Fix more clangd warnings/errors"LagoLunatic
This reverts commit ea73a9c5fea05c77d0d64cff4a7270f27f07af70.
2025-05-17Fix more clangd warnings/errorsLagoLunatic
2025-05-17Fix error handler typedefsLagoLunatic
2025-05-16GXFifo OKLagoLunatic
2025-05-05mtx from dolsdk2004 (#748)Jcw87
2025-04-30Fix some clang errors/warningsLagoLunatic
2025-04-24Fix relocation and data value mismatchesLagoLunatic
2025-03-17Add `cPhs_State` typedef and use it everywhereLagoLunatic
2025-03-16dolphin/dvd OKLagoLunatic
2025-02-23Various cleanupLagoLunatic
2025-01-26GBAJoyBoot OKLagoLunatic
2025-01-17JStudio/JMessage work and cleanupLagoLunatic
2024-12-28Add ASM define to wrap mwerks asm keywordLagoLunatic
2024-12-28Various cleanup for OSContextLagoLunatic
2024-11-22Fix more clangd errorsLagoLunatic
This also seems to fix the problem where clangd failed to index most header files, which was due to the typo in JGeometry.h.
2024-11-10GXPerf OKLagoLunatic
2024-11-07Rename __GXData -> gx, fix more clangd warningsLagoLunatic
2024-11-07GX workLagoLunatic
2024-11-02GX work, GXData struct should be correct nowLagoLunatic
2024-11-02warning cleanupLagoLunatic
2024-10-29misc cleanup, mostly inlinesLagoLunatic
2024-09-16misc cleanupLagoLunatic
2024-09-07Copy dolphin/gx progress from TPLagoLunatic
2024-07-12OSReboot OKLagoLunatic
2024-07-12Add AT_ADDRESS macroLagoLunatic
2024-07-08Remove OSExecLagoLunatic
This TU exists in TP but not TWW
2024-07-07__start OK, OSReboot almostLagoLunatic
2024-07-07Fix inconsistent indentationLagoLunatic
2024-07-07OSRtc OK on PALLagoLunatic
2024-07-07More dolphin/os matchesLagoLunatic
2024-07-07Copy dolphin/os progress from TP decompLagoLunatic
2023-09-25most of dolphin GBA lib doneTakaRikka