Releases: extremscorner/not64
Releases · extremscorner/not64
20241026
A re-release for updated device support on GameCube.
20240615
- Increased maximum ROM size to 252/256 MiB.
- Improved framebuffer size heuristic.
20231102
- Always assume there's a first controller.
- Fixed copying name from ROM header.
- Adjusted for libogc-rice changes.
- Synchronized changes from Swiss.
20221121
This may be the last release for a while.
20221111
- Improved constant propagation.
- Optimized load delay slots.
- Optimized consecutive ULW/USW/ULD/USD instructions.
- Optimized function argument passing.
- Optimized memory operations with constant addresses.
20221029
- Implemented CACHE IXIN/IHIN and LLD/SCD instructions.
- Optimized LDL/LDR/SDL/SDR instructions.
- Optimized ULW/USW/ULD/USD instruction macros.
- Optimized AND/OR/XOR/NOR/ORI/XORI with 32-bit operands.
- Updated Mupen64Plus RSP HLE plugin.
- Updated xxHash to v0.6.5.
- Other minor fixes.
20211116
A re-release for addressing issues with the GC Loader.
20210829
- Added Wii Remote +Control Pad as analog source.
- Added AutoLoadSave option.
- Fixed regression from 03b282c.
This may be the last release for a while.
20210822
- Added YUV texture support.
20210820
- Integrated texture decoding improvements from GLideN64.