mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 13:57:52 +00:00
std::arrays where appropriate, clear q in adapter class, other touch ups
This commit is contained in:
parent
5ebed7b1bb
commit
4a54dc6bbf
5 changed files with 15 additions and 27 deletions
|
@ -30,7 +30,7 @@ public:
|
|||
void BeginConfiguration();
|
||||
void EndConfiguration();
|
||||
|
||||
bool IsPolling() {
|
||||
bool IsPolling() const {
|
||||
return polling;
|
||||
}
|
||||
|
||||
|
@ -50,7 +50,7 @@ public:
|
|||
void BeginConfiguration();
|
||||
void EndConfiguration();
|
||||
|
||||
bool IsPolling() {
|
||||
bool IsPolling() const {
|
||||
return polling;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue