mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Corrected position of fix (#488)
This commit is contained in:
commit
a909edd3d1
|
@ -21,13 +21,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Due to dependency changes, agb-gbafix is now released under MPL rather than GPL.
|
- Due to dependency changes, agb-gbafix is now released under MPL rather than GPL.
|
||||||
- `include_background_gfx!` now produces tile sets and tile settings directly.
|
- `include_background_gfx!` now produces tile sets and tile settings directly.
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- Fixed a bug in bitmap4 that caused setting pixels to be always incorrect.
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- 256-colour backgrounds are better supported.
|
- 256-colour backgrounds are better supported.
|
||||||
- Mono looping samples will now correctly play to the end if it doesn't perfectly align with a buffer boundry and short samples now also loop correctly.
|
- Mono looping samples will now correctly play to the end if it doesn't perfectly align with a buffer boundry and short samples now also loop correctly.
|
||||||
|
- Fixed a bug in bitmap4 that caused setting pixels to be always incorrect.
|
||||||
|
|
||||||
## [0.16.0] - 2023/07/18
|
## [0.16.0] - 2023/07/18
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue