mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-05 16:10:41 -07:00
misc: clean up eamuse_get_game (#713)
No need to allocate a new `std::string` every call...
This commit is contained in:
@@ -78,7 +78,7 @@ bool eamuse_keypad_state_naive();
|
||||
|
||||
void eamuse_set_game(std::string game);
|
||||
|
||||
std::string eamuse_get_game();
|
||||
const std::string &eamuse_get_game();
|
||||
int eamuse_get_game_keypads();
|
||||
int eamuse_get_game_keypads_name();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user