mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
HLE/Qt: implement sys_tty_read
This commit is contained in:
parent
29270ed673
commit
a19113025c
4 changed files with 170 additions and 6 deletions
|
@ -64,6 +64,8 @@ extern void network_thread_init();
|
|||
|
||||
fs::file g_tty;
|
||||
atomic_t<s64> g_tty_size{0};
|
||||
std::array<std::deque<std::string>, 16> g_tty_input;
|
||||
std::mutex g_tty_mutex;
|
||||
|
||||
// Progress display server synchronization variables
|
||||
atomic_t<const char*> g_progr{nullptr};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue