sceNpUtil: implement skeleton bandwidth test

This commit is contained in:
Megamouse 2022-05-30 22:24:25 +02:00
parent 74a909cfbc
commit f4e85af53c
2 changed files with 106 additions and 26 deletions

View file

@ -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];
};