mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 19:02:25 -07: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