1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-19 01:35:16 -06: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

View File

@@ -89,6 +89,7 @@ enum class Class : ClassType {
Audio_DSP, ///< The HLE implementation of the DSP
Audio_Sink, ///< Emulator audio output backend
Loader, ///< ROM loader
Input, ///< Input emulation
Count ///< Total number of logging classes
};