mirror of
https://codeberg.org/yuzu-emu/yuzu.git
synced 2025-12-16 12:09:04 +00:00
android: Fix build with newer Ndk
This commit is contained in:
parent
1f01785721
commit
c4f27bcefb
@ -141,7 +141,7 @@ private:
|
|||||||
backbone_labs_vid, xbox_vid};
|
backbone_labs_vid, xbox_vid};
|
||||||
|
|
||||||
/// Queue of vibration request to controllers
|
/// Queue of vibration request to controllers
|
||||||
Common::SPSCQueue<VibrationRequest> vibration_queue;
|
Common::SPSCQueue<VibrationRequest, true> vibration_queue;
|
||||||
std::jthread vibration_thread;
|
std::jthread vibration_thread;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user