mirror of
https://github.com/ndeadly/MissionControl
synced 2024-11-26 14:20:21 +00:00
applet: rename argument
This commit is contained in:
parent
6da74e5473
commit
d75cc58ac1
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ void userAppExit(void) {
|
|||
}
|
||||
#endif
|
||||
|
||||
Result btdrvextRedirectSystemEvents(bool steal) {
|
||||
return serviceDispatchIn(btdrvGetServiceSession(), 65000, steal);
|
||||
Result btdrvextRedirectSystemEvents(bool redirect) {
|
||||
return serviceDispatchIn(btdrvGetServiceSession(), 65000, redirect);
|
||||
}
|
||||
|
||||
void appletRun(void) {
|
||||
|
|
Loading…
Reference in a new issue