| 91 | }; |
| 92 | |
| 93 | PlayerSelectApp *PlayerSelectApp::create() { |
| 94 | if (mspPlayerSelectApp == nullptr) { |
| 95 | mspPlayerSelectApp = NEW_APP PlayerSelectApp(); |
| 96 | } |
| 97 | return mspPlayerSelectApp; |
| 98 | } |
| 99 | |
| 100 | void PlayerSelectApp::call(u32 callFlag) { |
| 101 | msCallFlag = callFlag; |
nothing calls this directly
no test coverage detected