mirror of
https://github.com/libretro/nxengine-evo.git
synced 2024-11-30 11:40:32 +00:00
10 lines
400 B
Markdown
10 lines
400 B
Markdown
* Add i18n support via gettext
|
|
* make paths configurable
|
|
* store saves/settings in user dir based on a platform
|
|
* load data from platform-specific dir (e.g. /usr/share on linux)
|
|
* move all custom files to data/
|
|
* Add runtime language switching support
|
|
* drop out sif and use original data
|
|
* make compatible with nicalis version
|
|
* use wavs for drums?
|
|
* rewrite renderer using modern OpenGL(ES) |