All: Update docs to reflect the addition of the tilt sensor

This commit is contained in:
Jeffrey Pfau 2015-01-01 03:23:20 -08:00
parent da5d109d69
commit 939d91fe6a
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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.