mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 14:58:22 -04:00
scs: implement EventHandlerThread for shell
This commit is contained in:
parent
aa2dce7316
commit
1a1b1355ba
7 changed files with 377 additions and 5 deletions
|
@ -22,4 +22,10 @@ namespace ams::htc::tenv {
|
|||
char str[0x40];
|
||||
};
|
||||
|
||||
constexpr inline auto PathLengthMax = 0x300;
|
||||
|
||||
struct alignas(4) Path {
|
||||
char str[PathLengthMax];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue