summaryrefslogtreecommitdiff
path: root/src/code/z_jpeg.c
AgeCommit message (Expand)Author
2025-04-27Delete macros.h; Delete global.h (#2516)fig02
2025-04-26add array_count.h (#2514)fig02
2025-04-25macros.h 3/5: Split various macros (#2512)fig02
2025-04-24Use official macros for Physical Address conversion (#2511)fig02
2025-04-23macros.h 1/?: `PRINTF` and `T` (#2509)fig02
2025-02-13Reduce overlay dependencies on global.h (6) (#2468)mzxrules
2025-01-08[iQue] Create/update macros for printing debug strings (#2398)cadmic
2024-12-02Fix some more GCC warnings, mark some bugs based on GCC warnings (#2309)Tharo
2024-08-28T() macro 7 (#2102)Dragorn421
2024-08-27T() macro 6 (#2090)Dragorn421
2024-01-12Replace most osSyncPrintf calls with PRINTF macro (#1598)cadmic
2023-07-10Use intptr in most remaining code files (#1438)Roman971
2022-11-01Rename `vt.h` to `terminal.h` (#1339)Dragorn421
2022-06-03More documentation for sched.c (#1219)Tharo
2022-05-04Name rsp ucodes and surrounding cleanup (#1166)Tharo
2022-04-08Message Queues, Threads, and surroundings cleanup (#1178)Tharo
2021-09-28Format all translation comments like `// "..."` (hopefully all of them) (#986)Dragorn421
2021-09-12Fix return UB (#958)louist103
2021-09-04Cleanup translation comments (#924)Dragorn421
2021-06-01Match Jpeg_Decode (z_jpeg.c OK) (#839)Roman971
2021-05-26Improve z_jpeg documentation (#825)Vijfhoek
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-13A few minor fixes/cleanups (#449)Roman971
2020-10-03libultra cleanup (#215)Random
2020-07-30Math Sizes (#297)louist103
2020-06-21Decompile jpegdecoder.c, padsetup.c and code_800C3C20.c (#217)Random
2020-05-26Decompiles sched.c (#145)krimtonz
2020-05-10Decompile audioMgr (#124)Tharo
2020-04-16Decompile jpegutils.c (#75)Random
2020-04-13Decompile z_jpeg.c (#70)Random
2020-03-22Format all src C filesRoman971
2020-03-17First proper commit.Jack Walker