First working version of desktop emulator with game launcher support. Includes local stubs and launcher logic.
This commit is contained in:
6
emulator/input_manager.h
Normal file
6
emulator/input_manager.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
// Minimal stub for emulator build
|
||||
class InputManager {
|
||||
public:
|
||||
bool has_buttons() const { return false; }
|
||||
};
|
||||
Reference in New Issue
Block a user