mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12:00
parent
da7472fe81
commit
aafcf44581
89 changed files with 2370 additions and 2348 deletions
|
@ -10,11 +10,13 @@
|
|||
#include "sceNp.h"
|
||||
#include "sceNpTrophy.h"
|
||||
|
||||
#include "Utilities/StrUtil.h"
|
||||
|
||||
LOG_CHANNEL(sceNpTrophy);
|
||||
|
||||
struct trophy_context_t
|
||||
{
|
||||
const u32 id{};
|
||||
const id_value<> id{};
|
||||
|
||||
std::string trp_name;
|
||||
fs::file trp_stream;
|
||||
|
@ -23,7 +25,7 @@ struct trophy_context_t
|
|||
|
||||
struct trophy_handle_t
|
||||
{
|
||||
const u32 id{};
|
||||
const id_value<> id{};
|
||||
};
|
||||
|
||||
// Functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue