mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-04-28 13:07:59 +03:00
Addressed review feedback.
This commit is contained in:
parent
a6facaec30
commit
5914842483
6 changed files with 7 additions and 6 deletions
|
@ -184,7 +184,8 @@ $(REPACK_GTA_DIR)/GTA3SF8.b: assets/GTA3SF8.b
|
|||
cp $< $@
|
||||
|
||||
$(REPACK_GTA_DIR)/0GDTEX.PVR: assets/0GDTEX.PVR
|
||||
$(REPACK_GTA_DIR)/%.ico: %.ico
|
||||
|
||||
$(REPACK_GTA_DIR)/%.ico: assets/%.ico
|
||||
mkdir -p $(@D)
|
||||
cp $< $@
|
||||
|
||||
|
|
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 766 B |
|
@ -191,7 +191,7 @@ $(REPACK_GTA_DIR)/0GDTEX.PVR: assets/0GDTEX.PVR
|
|||
mkdir -p $(@D)
|
||||
cp $< $@
|
||||
|
||||
$(REPACK_GTA_DIR)/%.ico: %.ico
|
||||
$(REPACK_GTA_DIR)/%.ico: assets/%.ico
|
||||
mkdir -p $(@D)
|
||||
cp $< $@
|
||||
|
||||
|
|
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 766 B |
|
@ -471,8 +471,8 @@ namespace mINI
|
|||
uint8_t *data;
|
||||
uint8_t icon_buf[512 * 1];
|
||||
vmu_pkg_t vmu_pkg = {
|
||||
.desc_short = "DCA LC Settings",
|
||||
.desc_long = "DCA Liberty City Settings File",
|
||||
.desc_short = "DCA-L Config",
|
||||
.desc_long = "DCA-L Settings File",
|
||||
.app_id = "The Gang",
|
||||
.icon_cnt = 1,
|
||||
.icon_anim_speed = 0,
|
||||
|
|
|
@ -471,8 +471,8 @@ namespace mINI
|
|||
uint8_t *data;
|
||||
uint8_t icon_buf[512 * 1];
|
||||
vmu_pkg_t vmu_pkg = {
|
||||
.desc_short = "DCA VC Settings",
|
||||
.desc_long = "DCA Miami Settings File",
|
||||
.desc_short = "DCA-M Config",
|
||||
.desc_long = "DCA-M Settings File",
|
||||
.app_id = "The Gang",
|
||||
.icon_cnt = 1,
|
||||
.icon_anim_speed = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue