platform: Add ALLS platform

This commit is contained in:
Tau
2019-08-30 18:46:57 -04:00
parent 86bd7443cc
commit 13c59b13b8
4 changed files with 81 additions and 2 deletions

View File

@ -4,6 +4,12 @@
#include "platform/config.h"
HRESULT platform_hook_init_alls(
const struct alls_config *cfg,
const char *game_id,
const char *platform_id,
HMODULE redir_mod);
HRESULT platform_hook_init_nu(
const struct nu_config *cfg,
const char *game_id,