"Mysterious Pond" Crash (fixes #104)
Update README.md
Fix 240 lines on character select screen (fixes #102)
240 lines didn't work in 4:3 mode (#102)
Make it possible to display 24 items in inventory
Fix issues with Bee not working right.
Fix snapshot bug introduced in the hdma reloc
Fix issue with Toppo not behaving right (Fixes #101)
Allow audio to be disabled in .ini (#100)
Display up to 240 lines instead of 224
Fix "multi-character character constant" warning (#96)
Add config option 'CollectItemsWithSword'
Fix new map display having too bright colors (Fixes #92)
Add 'MirrorToDarkworld' to allow mirror to warp both ways
Add support for 18:9 aspect ratio (#90)
Change window scaling behavior (Fixes #88)
Add config option 'TurnWhileDashing'
Add missing static and feature guard
L/R for item switching, and reordering of inventory
Update README.md
Add support for MSU audio tracks
Update old renderer to work again
Update README.md
Add config option to play in 16:9 or 16:10 resolution (Fixes #37)
Crash in Turtle Rock dungeon (fixes #87)
Fix Chris Houlihan secret room (#82)
Switch to default platform toolset (#86)
Update README.md (#85)
Option to show performance in title bar
Switch to another pixel format to improve performance
Change Visual Studio directories
Better location rounding in resample code
Fix mono audio rendering
Remove constraint on sampling rate configuration (#79)
Change title bar text (Fixes #68)
g_samples_per_block wrong datatype
Rename section from Config to General
Add additional options to .ini file (#39)
Hide cursor when in fullscreen (#77)
Update README.md
Fill rupees, bombs, and arrows (Fixes #64)
Option to ignore aspect ratio (#56)
Fix code style of platform/win32/volume_control.c
Create utility functions for Win32 application volume control (#57)
Remove some testing code commited by mistake
Update README.md
fix mkdir call to use correct permissions (octal) (#58)
Prevent LoadSongBank from executing in the rom because it hangs
New 10-15x faster PPU implementation (toggle with R)
Remove previous ppu optimizations that are now obsolete
Stop printing joypad input hex bytes
Change dsp_getSamples to use float instead of double
Let Makefile handle assets extraction (#31)
Add GitHub Actions Workflow to build (#48)
Display rendering performance when pressing F
Add some code to be able to read inputs from a text file
Make it easier to change sample rate
Use DSP register code enum identifiers to improve readability (#51)
Reload SRAM after reset. Fixes #47
Fixed messed up X coordinate on spin attack. Fixes #19
Fix #49 - Alt + Enter not triggering fullscreen on Windows 10