mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-06 06:47:55 -05:00
std::arrays where appropriate, clear q in adapter class, other touch ups
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user