Skip to content

Commit

Permalink
Merge branch 'master' of github.com:vgmoose/hbas
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmoose committed Nov 13, 2016
2 parents 586087b + 4ad4040 commit abf3a23
Show file tree
Hide file tree
Showing 18 changed files with 9 additions and 136 deletions.
Binary file modified hbas.elf
Binary file not shown.
Binary file modified hbas_dbg.elf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/menu/MainWindow.cpp
Expand Up @@ -73,7 +73,7 @@ MainWindow::MainWindow(int w, int h)
void asyncRefreshHomebrewAppIcons(CThread* thread, void* args)
{
log_printf("NEW THREAD START: Icon async refresh");
homebrewWindow->populateIconCache();
// homebrewWindow->populateIconCache();
log_printf("EXISTING THREAD END: Icon async refresh");
}

Expand Down
134 changes: 0 additions & 134 deletions web/gen.py

This file was deleted.

1 change: 0 additions & 1 deletion web/v1/404.html

This file was deleted.

Binary file removed web/v1/hbas.png
Binary file not shown.
Binary file removed web/v1/missing.png
Binary file not shown.
8 changes: 8 additions & 0 deletions webv1/.htaccess
@@ -0,0 +1,8 @@
Options +ExecCGI
AddHandler cgi-script .py
ErrorDocument 404 404
<FilesMatch "\.(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit abf3a23

Please sign in to comment.