mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 23:00: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:
@@ -1,9 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "avs/game.h"
|
||||
#include "games/game.h"
|
||||
|
||||
namespace games::popn {
|
||||
|
||||
static inline bool is_pikapika_model() {
|
||||
return (avs::game::is_model("M39") && avs::game::SPEC[0] == 'D');
|
||||
}
|
||||
|
||||
class POPNGame : public games::Game {
|
||||
public:
|
||||
POPNGame();
|
||||
|
||||
Reference in New Issue
Block a user