This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
LaiNES/src/include/joypad.hpp
2016-12-01 18:46:38 -05:00

12 lines
110 B
C++

#pragma once
#include "common.hpp"
namespace Joypad {
u8 read_state(int n);
void write_strobe(bool v);
}