(semi-tested) ManMan JA translation, config inis replacing templates, downgrade DivaSound and upgrade DivaMovie, fixes
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "../../../FileSystem/ConfigFile.h"
|
||||
#include <stdio.h>
|
||||
|
||||
const std::string GU_CONFIG_FILE_NAME = "keyconfig.ini";
|
||||
const std::string GU_CONFIG_FILE_NAME = "..\\plugins_config\\keyconfig.ini";
|
||||
|
||||
namespace TLAC::Input
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@ namespace TLAC::Input
|
||||
|
||||
Xinput::Xinput()
|
||||
{
|
||||
TLAC::FileSystem::ConfigFile config(TLAC::framework::GetModuleDirectory(), "keyconfig.ini");
|
||||
TLAC::FileSystem::ConfigFile config(TLAC::framework::GetModuleDirectory(), "..\\plugins_config\\keyconfig.ini");
|
||||
config.OpenRead();
|
||||
xinput_num = config.GetIntegerValue("xinput_preferred");
|
||||
rumble = config.GetBooleanValue("rumble");
|
||||
|
||||
Reference in New Issue
Block a user