mirror of https://github.com/bsnes-emu/bsnes.git
7 lines
77 B
C++
7 lines
77 B
C++
|
Gamepad::Gamepad() {
|
||
|
}
|
||
|
|
||
|
auto Gamepad::readData() -> uint8 {
|
||
|
return 0x00;
|
||
|
}
|