mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-31 10:21:45 +02:00
Addressed review feedback.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user