HackerN64 / HackerSM64

A Super Mario 64 decompilation repo based on CrashOveride95/ultrasm64 that aims to provide a flexible, easy-to-use base for creating romhacks.
328 stars 146 forks source link

Remove redundant and unused microcodes + their supporting code (S2DEX2 and HVQM) #789

Closed mountainflaw closed 2 months ago

mountainflaw commented 4 months ago

Removes every grucode except F3DEX and F3DZEX 2.

This also removes the S2DEX2 and HVQM engines as they aren't really used by anyone and take up a lot of space.

XBUS microcode variants are also removed due to no practical benefit towards maintaining them.

Reonu commented 4 months ago

Based

mountainflaw commented 4 months ago

Ready!

mountainflaw commented 4 months ago

Additional information:

mountainflaw commented 4 months ago

Rebased on 2.3.0.

mountainflaw commented 2 months ago

Succeeded by #816 .