summaryrefslogtreecommitdiff
path: root/src/code/sched.c
AgeCommit message (Expand)Author
2025-06-04Remove "z64" prefix from all headers (#2518)fig02
2025-04-27Delete macros.h; Delete global.h (#2516)fig02
2025-04-26add array_count.h (#2514)fig02
2025-04-23macros.h 1/?: `PRINTF` and `T` (#2509)fig02
2025-04-05Remove functions.h (#2501)fig02
2025-03-26Some functions.h and variables.h work (#2491)fig02
2025-02-26Reduce dependencies on global.h (10) (#2490)mzxrules
2025-02-19Reduce overlay dependencies on global.h (8) (#2478)mzxrules
2025-02-13Reduce overlay dependencies on global.h (6) (#2468)mzxrules
2025-01-13[iQue] Define EGCS macro instead of relying on `__GNUC__` (#2423)cadmic
2025-01-02[iQue] Build some C files with EGCS (#2396)cadmic
2024-11-17Decouple Debug Features From gc-eu-mq-dbg (#2296)fig02
2024-09-27[ntsc-1.0/1.1] Match PAL 1.0 viconfig changes (#2231)cadmic
2024-08-28T() macro 7 (#2102)Dragorn421
2024-08-28[ntsc-1.2] Decompile fault.c (#2046)Dragorn421
2024-08-25[ntsc-1.2] Decompile cic6105.c, main.c (#2068)Dragorn421
2024-02-27Match retail code data sizes (#1741)cadmic
2024-02-01Use IDO_PRINTF_WORKAROUND everywhere (#1685)cadmic
2024-01-31Irqmgr and Sched Retail OK (#1678)Derek Hensley
2024-01-16Create debug macros for LogUtils functions (#1610)cadmic
2024-01-12Replace most osSyncPrintf calls with PRINTF macro (#1598)cadmic
2022-11-26Document HREG debugging system (#1351)fig02
2022-11-13Improvements to Video Interface related functions and data (#1332)Tharo
2022-10-29Doc speed_meter timers and misc. low-ish level stuff (#1364)Dragorn421
2022-06-15Enable int-conversion warnings and fix all current instances (#1280)Roman971
2022-06-03More documentation for sched.c (#1219)Tharo
2022-04-08Message Queues, Threads, and surroundings cleanup (#1178)Tharo
2022-03-13More documentation for IrqMgr (#1144)Tharo
2022-02-02Documentation for fault.c and fault_drawer.c (#1106)Tharo
2022-01-23Document RCP functions (#1087)hatal175
2021-11-07Document parts of audio (#1000)zelda2774
2021-10-02Fix/cleanup/rephrase miscellaneous stuff (#983)Dragorn421
2021-09-28Format all translation comments like `// "..."` (hopefully all of them) (#986)Dragorn421
2021-09-04Cleanup translation comments (#924)Dragorn421
2021-07-27Audio WIP (#836)krimtonz
2021-04-29`assert` macro OK (#755)Anghelo Carvajal
2021-02-13Fix most compiler warnings in the boot and code segments (#674)Tharo
2020-10-03libultra cleanup (#215)Random
2020-08-23Match/Improve a bunch of non matchings (#342)Roman971
2020-08-15Match a few functions (#324)Random
2020-05-26Decompiles sched.c (#145)krimtonz
2020-05-10Decompile audioMgr (#124)Tharo
2020-04-08Decompile sleep.c and printutils.cRandom
2020-03-22Format all src C filesRoman971
2020-03-17First proper commit.Jack Walker