Move input to its own directory (#7126)

This commit is contained in:
linkmauve 2019-12-22 17:39:42 +01:00 committed by Megamouse
parent f03cb5c9c0
commit e9c5c6e6bf
28 changed files with 67 additions and 66 deletions

View file

@ -1,6 +1,6 @@
#include "stdafx.h"
#include "PadHandler.h"
#include "pad_thread.h"
#include "Input/pad_thread.h"
cfg_input g_cfg_input;