Header optimizations (#1684)

Shouldn't break anything. I hope.
This commit is contained in:
Ivan 2016-04-27 01:27:24 +03:00
parent da7472fe81
commit aafcf44581
89 changed files with 2370 additions and 2348 deletions

View file

@ -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