Initial HSR support

This commit is contained in:
mkrsym1
2023-06-08 18:36:22 +03:00
parent 88568b374d
commit 006ff30914
5 changed files with 75 additions and 14 deletions

View File

@ -5,7 +5,10 @@
enum game_id {
GAME_INVALID,
GAME_HI3_GLB
GAME_HI3_GLB,
GAME_HSR_OS,
GAME_HSR_CN
};
struct game_data {
@ -19,3 +22,4 @@ struct game_data {
void game_detect(struct game_data *buf);
void hi3_fill_data(struct game_data *buf);
void hsr_fill_data(struct game_data *buf);