RyujinxHelper/README.md
2025-03-20 08:24:10 +11:00

546 B
Raw Permalink Blame History

Ryujinx Helper

Ryujinx Helper is a framework used in MeloNX to bridge the gap between iOS and C#.

Features

  • showAlert(const char *title, const char *message, bool showCancel) Displays an alert with an optional cancel button.
  • showKeyboardAlert(const char *title, const char *message, const char *placeholder) Presents a keyboard input prompt with a placeholder.
  • const char *getKeyboardInput() Retrieves the user's keyboard input.
  • clearKeyboardInput() Clears the stored keyboard input.