RetroAchievements / RALibretro

RALibretro is a multi-emulator used to develop RetroAchievements.
https://retroachievements.org
GNU General Public License v3.0
179 stars 36 forks source link

Display of action related to hotkeys #2

Closed meleu closed 2 days ago

meleu commented 6 years ago

From @JuliaWolska on February 24, 2018 17:35

It's less confusing to see which state is active, which was loaded or saved, and when you activate slowdown etc. The message could be displayed in upper left corner not to get in the way of the RA overlay.

Copied from original issue: meleu/RALibretro#14

Jamiras commented 4 years ago

Conceptually, these just need to call Video::showMessage, but that's not implemented. I've created #152 to track that.