1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-10-08 18:40:04 +00:00

Input: add device and factory template

This commit is contained in:
wwylele 2017-01-20 21:52:32 +02:00
parent 8a8c0f348b
commit 3974895e08
4 changed files with 100 additions and 0 deletions
src/common/logging

View file

@ -71,6 +71,7 @@ namespace Log {
CLS(Audio) \
SUB(Audio, DSP) \
SUB(Audio, Sink) \
CLS(Input) \
CLS(Loader)
// GetClassName is a macro defined by Windows.h, grrr...