mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
sceNpUtil: implement skeleton bandwidth test
This commit is contained in:
parent
74a909cfbc
commit
f4e85af53c
2 changed files with 106 additions and 26 deletions
|
@ -12,11 +12,5 @@ struct SceNpUtilBandwidthTestResult
|
|||
be_t<f64> upload_bps;
|
||||
be_t<f64> download_bps;
|
||||
be_t<s32> result;
|
||||
};
|
||||
|
||||
// fxm objects
|
||||
|
||||
struct sce_np_util_manager
|
||||
{
|
||||
atomic_t<bool> is_initialized = false;
|
||||
s8 padding[4];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue