-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
34 changed files
with
1,153 additions
and
1,073 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
./modules/isofs/lz4.h | ||
./modules/network/lwNBD | ||
./thirdparty/clang-format-lint-action | ||
./src/hdd.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,6 @@ | ||
#ifndef __APP_SUPPORT_H | ||
#define __APP_SUPPORT_H | ||
|
||
#define APP_MODE_UPDATE_DELAY 240 | ||
|
||
#define APP_TITLE_MAX 128 | ||
#define APP_PATH_MAX 128 | ||
#define APP_BOOT_MAX 64 | ||
#define APP_ARGV1_MAX 128 | ||
|
||
#define APP_CONFIG_TITLE "title" | ||
#define APP_CONFIG_BOOT "boot" | ||
#define APP_CONFIG_ARGV1 "argv1" | ||
|
||
#define APP_TITLE_CONFIG_FILE "title.cfg" | ||
|
||
typedef struct | ||
{ | ||
char title[APP_TITLE_MAX + 1]; | ||
char path[APP_PATH_MAX + 1]; | ||
char boot[APP_BOOT_MAX + 1]; | ||
char argv1[APP_ARGV1_MAX + 1]; | ||
u8 legacy; | ||
} app_info_t; | ||
|
||
void appInit(); | ||
item_list_t *appGetObject(int initOnly); | ||
void appPostUpdateCallback(int mode); | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.