summaryrefslogtreecommitdiff
path: root/mm/src/code/z_visfbuf.c
AgeCommit message (Collapse)Author
2025-10-29Bump LUS and OTRExporter, add null audio backend (#1289)Eblo
* Bump LUS and OTRExporter, add null audio backend * Missed an include change * And again * Thanks macOS * Another one * Bump LUS again, fixing SDL audio backend bug * Sync LUS bump changes to merged PRs * Bump LUS again * Update CMakeLists.txt includes
2024-05-22run clang format (#448)briaguya
* add linux clang format script * first shot at powershell * whoops * webrequest is slow, try webclient * just get the one file * simplify and maybe make it work? * whoops again * try a different suggestion * why is it always windows * again * try again * bit of path stuff * chmod +x * add action to check * fix workflow name * run clang format
2024-05-22Remove BenPort.h from functions.h (#309)inspectredc
* Remove BenPort.h from functions.h * use specific z64 includes * this -> thisx
2024-05-22Track LUS changes for LUS refactor. (#163)louist103
* Track LUS changes. So far implemented: - Moving the big switch into unordered maps. - Dynamically switching between different ucodes. So far tested switching between f3dex2 and s2dex. * track LUS changes * LUS Bump
2024-05-22Implement VisMono with custom framebuffer effects (#136)Archez
2024-05-22Framebuffer Effects 1.0 (#127)Archez
* Add framebuffer effects methods * Implement motion blur effect * Implement shrinking window framebuffer effect * Implement pause render framebuffer effect * update framebuffer gbi logic * update lus ref
2024-05-22Use libc functions for bcmp, bcpy, bzero, LibMemset, LibMemCmp.louist103
2024-05-22Fix Framebuffer and ZBuffer things (#25)Archez
* fix the framebuffers and zbuffers * set some extra save context on load
2024-05-22Chore: Replace rest of segment 0x0E calculations with macro (#16)Archez
* replace rest of segment 0x0E calculations with macro * switch to original gsp macro
2024-05-22Initial commit for 2S2HGarrett Cox
Co-authored-by: Louis <35883445+louist103@users.noreply.github.com> Co-authored-by: Nicholas Estelami <NEstelami@users.noreply.github.com> Co-authored-by: Random06457 <28494085+Random06457@users.noreply.github.com>
2024-01-05Move source into subdirectoryGarrett Cox