mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-23 03:06:52 -04:00
erpt: implement forced shutdown detection
This commit is contained in:
parent
ef0c15b764
commit
355010ad84
17 changed files with 645 additions and 53 deletions
|
@ -27,6 +27,7 @@ namespace ams::erpt::srv {
|
|||
class Stream {
|
||||
private:
|
||||
static bool s_can_access_fs;
|
||||
static os::SdkMutex s_fs_commit_mutex;
|
||||
private:
|
||||
u32 buffer_size;
|
||||
u32 file_position;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue