mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
kernel: merge appInfo and appInfo2
This commit is contained in:
parent
20303c903d
commit
eaf15a0169
5 changed files with 27 additions and 45 deletions
|
|
@ -55,7 +55,7 @@ enum class FwType : std::uint8_t {
|
|||
Ps5,
|
||||
};
|
||||
|
||||
struct RcAppInfo : RcBase, AppInfo2 {
|
||||
struct RcAppInfo : RcBase, AppInfoEx {
|
||||
orbis::uint32_t appState = 0;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue