diff --git a/nx/include/switch/services/applet.h b/nx/include/switch/services/applet.h index 69739844..4746691f 100644 --- a/nx/include/switch/services/applet.h +++ b/nx/include/switch/services/applet.h @@ -485,4 +485,4 @@ u8 appletGetOperationMode(void); u32 appletGetPerformanceMode(void); AppletFocusState appletGetFocusState(void); -Result appletSetFocusHandlingMode(AppletFocusHandlingMode mode); \ No newline at end of file +Result appletSetFocusHandlingMode(AppletFocusHandlingMode mode); diff --git a/nx/include/switch/services/hidsys.h b/nx/include/switch/services/hidsys.h index 312e6814..761c2ec5 100644 --- a/nx/include/switch/services/hidsys.h +++ b/nx/include/switch/services/hidsys.h @@ -20,4 +20,4 @@ Result hidsysAcquireHomeButtonEventHandle(Event* event_out); Result hidsysActivateHomeButton(void); Result hidsysActivateSleepButton(void); -Result hidsysActivateCaptureButton(void); \ No newline at end of file +Result hidsysActivateCaptureButton(void); diff --git a/nx/source/services/hidsys.c b/nx/source/services/hidsys.c index 4180f075..76e4dab9 100644 --- a/nx/source/services/hidsys.c +++ b/nx/source/services/hidsys.c @@ -178,4 +178,4 @@ Result hidsysActivateSleepButton(void) { Result hidsysActivateCaptureButton(void) { return _hidsysCmdWithResIdAndPid(151); -} \ No newline at end of file +}