* match func_80077268
* Update borders.c
* Update borders.h
* game.c labels
* rename border
* match func_80068BF4 and func_80069484
* Update camera.c
* camera.c labels
* more camera.c documentation
oh god this is gonna be another one of THOSE PR's again isn't it?
* Update camera.c
* destruction
* nonmatching func_80002DF8
* make clean now removes the linker
* Update unknown_003260.c
* match func_800A0EB4
* match render_background
* fix warnings
* style fixes
* label indicator arrows in the UI
* requested changes
* struct renames
* match func_800A7B68
* Update README.md
* match func_800A5A64
* Fix unforgivable typo
sorry im not a fake fan I sware on me nan
* Update README.md
* Fix alSynAllocFX
* Match alCSPNew and __CSPVoiceHandler, which had slight differences from libreultra
* WIP __CSPHandleMIDIMsg
* Match alFxPull
* Match func_8006492C and func_8006493C
* Match alFxParamHdl
* Match _loadOutputBuffer:
* Match _doModFunc and with it finish reverb.c
* Match alSynNew and finish synthesizer.c
* Match some unknown funcs cleaner
* Clean up func_80063BA0
* Clean up func_80063A90
* Fix warning
* Add missing header files from previous commits
* Match alBnkfNew.c
* Match alCSPGetState
* Match several more audio lib funcs
* Match alSynDelete, and alSynSetFXMix
* Properly move __osRcpImTable data into osSetIntMask and our of alSynSetPriority
* Kind of match alSynSetPriority, and match alSynSetVol
* Delcare functions as static again to fix the score script regex
* Seperate some al files out like they seem to be in ultralib
* Match event.c
* Match synallocvoice.c
* Match some more audio funcs
* More audio matches
* Yaya more audio, I know
* Couple more matched files
* Match filter.c
* Match resample.c
* Match load.c
* Get env.c closer to a real match
* Fix some code related to an assert in env.c
* Match env.c, which has many differences from later public versions
* Finish matching audio library code
* Deleted unnecessary asm files, and made tweaks to al files to fix score script
* Fix codebreaking formatting error ;)
* Update include/PR/libaudio.h
Co-authored-by: AntonioCastelli <aatcastelli@gmail.com>
* Update include/audio_internal.h
Co-authored-by: AntonioCastelli <aatcastelli@gmail.com>
* Renamed sl.c.c to fix that, and renamed NOPSNEEDED to make it more clear it's not to be used.
Co-authored-by: AntonioCastelli <aatcastelli@gmail.com>
* Ignore IDO warnings with styles we don't follow
* Fix multiple warnings in game_ui.c
* Define an Object_XYZ struct
* Replaced values in Object for Object_XYZ
* Documenting some values
* Update XYZ to ObjectTransform
* Match render_borders_for_multiplayer and convert #if 1 and #if 0 to #ifdef NON_EQUIVALENT
* Try using more libultra code for the gDPSetFillColor values
* Fix some broken NON_EQUIVALENT code
* Fix a couple of minor warnings in unknown_078050
* More warnings
* Match thread1_main, and clean up all warnings in main.c
* Matched main.c
* Document and cleanup some code in thread0_epc.c
* Fix all warnings in unknown_0255E0.c
* Document unknown_078050.c stuff
* Fix warnings in asset_loading.c
* Fix font warnings
* Fix minor memory.c warnings
* Fix warnings in camera.c
* Fix many more warnings in game.c
* racer.c warning fixes
* Match func_80008140
* func_800092A8 is close, but not quite matching
* Reconfigured unk80120AC0 to be ObjectSegment and have Object match it. Maybe it should be merged in?
* Make changes to get NON_EQUIVALENT building.
* Nearly match func_800092A8
* Get func_800092A8 REALLY close, and update the submodule to point to the newer location
* Matched func_800092A8 thanks to Synray
* Not sure why the commit value changed, but this is the latest
* Fix makefile for updated recomp project builds
* Match update_controller_sticks
* Do some documenting
* Implement suggestions from PR, and add ObjectSegment into Object struct
* Match two more funcs
* An if(0){} seems more appropriate after second thought
* Add size to ObjectSegment
* Update include/structs.h
Co-authored-by: AntonioCastelli <aatcastelli@gmail.com>
Co-authored-by: Ryan Myers <foldor@gmail.com>
Co-authored-by: AntonioCastelli <aatcastelli@gmail.com>
* Fix many warnings, mostly when using functions without including headers, and mostly in libultra files. Included a few warning ignores as well
* Add another warning fix
* Revert trailing comma for LogicUpdateRates