## Link to GitHub Issue, if one exists n/a ## Description of change Adds Mahjong Fight Girl Support ## Compiling + ## Testing Tested with VFG:J:E:A:2024100800 in HG mode with VFG IO. No modifications made to data, other than avs-config.xml and ea3-config.xml. B and C modes don't work because of serial touchscreen. UKS mode doesn't work because of IO.
5 lines
65 B
C++
5 lines
65 B
C++
#pragma once
|
|
|
|
namespace games::mfg {
|
|
void bi2a_hook_init();
|
|
} |