fix(templates): avoid clobbering ebx in su_load_gmdls

Fixes #130
This commit is contained in:
5684185+vsariola@users.noreply.github.com
2024-02-16 20:06:28 +02:00
parent c08a319eb7
commit 6d3c65e11d
2 changed files with 13 additions and 7 deletions

View File

@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- Dbgain unit, which allows defining the gain in decibels (-40 dB to +40dB)
### Fixed
- 32-bit su_load_gmdls clobbered ebx, even though __stdcall demands it to be not
touched
## v0.3.0
### Added
- Scroll bars to menus, shown when a menu is too long to fit.