mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-04 15:50:42 -07:00
popn: distinguish between hpm and new popn (#619)
## Link to GitHub Issue or related Pull Request, if one exists #618 ## Description of change Enhance game detection logic. Fix heap size.
This commit is contained in:
@@ -64,5 +64,5 @@ namespace games {
|
||||
std::vector<Analog> *get_analogs(const std::string &game);
|
||||
std::vector<Light> *get_lights(const std::string &game);
|
||||
std::vector<Option> *get_options(const std::string &game);
|
||||
std::vector<std::string> *get_game_file_hints(const std::string &game);
|
||||
std::vector<std::vector<std::string>> *get_game_file_hints(const std::string &game);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user