mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 08:27:57 -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