RSDKModding / RSDKv4-Decompilation

A complete decompilation of Sonic 1 & Sonic 2 (2013) & Retro Engine (v4)
Other
937 stars 175 forks source link

[Feature Request]: Use old menus when not using hw rendering #438

Closed JeodC closed 1 week ago

JeodC commented 2 weeks ago

Before opening this issue, I ensure that...

Expected Behavior

Not a bug

Actual Behavior

Not a bug

Steps to Reproduce

Not a bug

Screenshots

image

Log File

No response

Decompilation Version

8de9266c7130b1f40e8736dbd4aeec322c77c7ea

Game

Sonic 1

Game Version

Mobile (Sega Forever)

Game Revision

No response

Platform

aarch64

Additional Comments

Built with flags -DRETRO_SDL_VERSION=2 -DRETRO_USE_HW_RENDER=OFF for use with embedded systems. Had a user ask about the old style menus, since the new ones rely on HW_RENDER and I didn't use that due to performance issues. This is a feature request to fallback to the old style pause menu if not using HW_RENDER.

Related to #418

Thank you.

MegAmi24 commented 1 week ago

The old menus will not be added back as they were simply placeholders for the HW menu, with no alternatives available at the time. Nowadays, mods such as Menu Recreation exist that can be used in its place for no-OGL builds (this mod works with both S1 and S2).

Also, we only accept issues for bug reports. Please do not make feature requests.