Skip to content

Commit

Permalink
clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero committed Mar 13, 2022
1 parent de237a3 commit d0f2d2f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
Binary file added assets/images/buk_scr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion source/cheats.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ list_t * ReadBackupList(const char* userPath)
{
if (http_download("https://github.com/kmeps4/Cheats_Repo/archive/refs/heads/", "main.zip", GOLDCHEATS_LOCAL_CACHE "appdata.zip", 1))
{

if (extract_zip_gh(GOLDCHEATS_LOCAL_CACHE "appdata.zip", GOLDCHEATS_DATA_PATH))
show_message("Successfully installed local application data");

Expand Down
1 change: 0 additions & 1 deletion source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,6 @@ s32 main(s32 argc, const char* argv[])
uint32_t deltaFrameTicks = 0;

dbglogger_init();
dbglogger_init_mode(TCP_LOGGER, "10.22.22.58", 19999);
#endif

initInternal();
Expand Down

0 comments on commit d0f2d2f

Please sign in to comment.