mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 08:37:53 -05:00
threadsafe_queue: Add WaitIfEmpty and use it in logging
This commit is contained in:
@ -27,6 +27,7 @@ struct Entry {
|
||||
unsigned int line_num;
|
||||
std::string function;
|
||||
std::string message;
|
||||
bool final_entry = false;
|
||||
|
||||
Entry() = default;
|
||||
Entry(Entry&& o) = default;
|
||||
|
Reference in New Issue
Block a user