Skip to content

Commit

Permalink
(PS3) Copy GLUI/XMB assets
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Nov 1, 2015
1 parent 956580c commit 7091e23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Makefile.ps3
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CELL_BUILD_TOOLS = SNC
CELL_GPU_TYPE = RSX
CELL_PSGL_VERSION = ultra-opt

RMENU_IMG_DIR := media/rmenu
ASSETS_DIR := media/assets

# options
DOWNLOAD_SHADERS = 1
Expand Down Expand Up @@ -156,7 +156,8 @@ create-salamander:
$(MAKE_SELF) $(SALAMANDER_TARGET) $(EBOOT_PATH) $(CONTENT_ID_FULL)

copy-media-files:
@cp -r $(RMENU_IMG_DIR)/*.png pkg/ps3/USRDIR/cores/borders/Menu/
@cp -r $(ASSETS_DIR)/glui pkg/ps3/USRDIR/cores/assets
@cp -r $(ASSETS_DIR)/xmb pkg/ps3/USRDIR/cores/assets

create-shaders:
make -f Makefile.griffin platform=ps3 shaders-deploy
Expand Down
2 changes: 1 addition & 1 deletion frontend/drivers/platform_ps3.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ static void frontend_ps3_get_environment_settings(int *argc, char *argv[],
fill_pathname_join(g_defaults.dir.overlay, g_defaults.dir.core,
"overlays", sizeof(g_defaults.dir.overlay));
fill_pathname_join(g_defaults.dir.assets, g_defaults.dir.core,
"media", sizeof(g_defaults.dir.assets));
"assets", sizeof(g_defaults.dir.assets));
fill_pathname_join(g_defaults.dir.playlist, g_defaults.dir.core,
"playlists", sizeof(g_defaults.dir.playlist));
}
Expand Down

0 comments on commit 7091e23

Please sign in to comment.