mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Implement fill_array() utility
This commit is contained in:
parent
ccb89bd76a
commit
7dae376646
17 changed files with 111 additions and 65 deletions
|
|
@ -63,9 +63,9 @@ void set_nonblocking(int s)
|
|||
|
||||
struct gdb_cmd
|
||||
{
|
||||
std::string cmd;
|
||||
std::string data;
|
||||
u8 checksum;
|
||||
std::string cmd{};
|
||||
std::string data{};
|
||||
u8 checksum{};
|
||||
};
|
||||
|
||||
bool check_errno_again()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue