mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-21 10:25:08 -04:00
fatal/creport: Add cpu context.
This commit is contained in:
parent
50c65ea7e1
commit
9714db14d2
15 changed files with 60 additions and 20 deletions
|
@ -23,7 +23,7 @@ class StopSoundTask : public IFatalTask {
|
|||
private:
|
||||
void StopSound();
|
||||
public:
|
||||
StopSoundTask(FatalContext *ctx, u64 title_id) : IFatalTask(ctx, title_id) { }
|
||||
StopSoundTask(FatalThrowContext *ctx, u64 title_id) : IFatalTask(ctx, title_id) { }
|
||||
virtual Result Run() override;
|
||||
virtual const char *GetName() const override {
|
||||
return "SoundTask";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue