mirror of https://github.com/mgba-emu/mgba.git
All: Update docs to reflect the addition of the tilt sensor
This commit is contained in:
parent
da5d109d69
commit
939d91fe6a
1
CHANGES
1
CHANGES
|
@ -11,6 +11,7 @@ Features:
|
|||
- Debugger: Add CLI functions for writing to memory
|
||||
- Better audio resampling via blip-buf
|
||||
- Game Pak overrides dialog for setting savetype and sensor values
|
||||
- Support for games using the tilt sensor
|
||||
Bugfixes:
|
||||
- Qt: Fix issue with set frame sizes being the wrong height
|
||||
- Qt: Fix emulator crashing when full screen if a game is not running
|
||||
|
|
|
@ -100,7 +100,6 @@ Footnotes
|
|||
- Mosaic for transformed OBJs ([Bug #9](https://endrift.com/mgba/bugs/show_bug.cgi?id=9))
|
||||
- BIOS call RegisterRamReset is currently stubbed out ([Bug #141](https://endrift.com/mgba/bugs/show_bug.cgi?id=141))
|
||||
- Audio channel reset flags ([Bug #142](https://endrift.com/mgba/bugs/show_bug.cgi?id=142))
|
||||
- Cartridges with tilt sensors (Yoshi's Universal Gravitation/Yoshi's Topsy-Turvy) ([Bug #143](https://endrift.com/mgba/bugs/show_bug.cgi?id=143))
|
||||
|
||||
<a name="flashdetect">[2]</a> Flash memory size detection does not work in some cases, and may require overrides, which are not yet user configurable. Filing a bug is recommended if such a case is encountered.
|
||||
|
||||
|
|
Loading…
Reference in New Issue