mirror of
https://github.com/libretro/Mu.git
synced 2026-05-06 20:34:20 +00:00
17 lines
1.1 KiB
Plaintext
17 lines
1.1 KiB
Plaintext
This is like unimplementedHardware.txt but only lists things that have functionality issues not accuracy issues.
|
|
|
|
Sound(those cute little PWM beeps)
|
|
Nothing can be installed(theres no memory card, hotsync emulation or direct installation hack)
|
|
When running OS commands through callFunction() it can crash
|
|
Only runs in debug mode because the touchscreen can only be pushed with a jump to OS function hack
|
|
Holding the buttons emulates pressing them like a turbo button(may be caused by the lack of sound emulation, a sound plays on app switch and may block the CPU while waiting for the button to release)
|
|
State manager goes bezerk and crashes when saving on android, also can't close the window or it won't open again(also only on android)
|
|
|
|
Fixed:
|
|
Screenshots use window size and that makes them blurry from filtering
|
|
State menu jitters when made too small(smallest size is now 30x40)
|
|
Screen scales wrong when paused
|
|
Memory is only 8mb(expected since only 1/2 the chipselect lines are emulated properly)
|
|
RTC doesnt seem to work
|
|
The touchscreen pixels do not correspond to the device pixels in the QT version
|