diff options
author | D G Turner | 2014-06-25 19:57:20 +0100 |
---|---|---|
committer | D G Turner | 2014-06-25 19:57:20 +0100 |
commit | 27d25f6b76f3257f43643e09500577b419f18fa6 (patch) | |
tree | d99d0ab2d315074d2e012e707c80bd90746964b5 /backends/platform | |
parent | b8cce3a16da224140d16d436223fd670f8e580b2 (diff) | |
download | scummvm-rg350-27d25f6b76f3257f43643e09500577b419f18fa6.tar.gz scummvm-rg350-27d25f6b76f3257f43643e09500577b419f18fa6.tar.bz2 scummvm-rg350-27d25f6b76f3257f43643e09500577b419f18fa6.zip |
N64: Add "small" virtual keyboard pack to port packaging.
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/n64/n64.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/n64/n64.mk b/backends/platform/n64/n64.mk index 83ad405503..3198170788 100644 --- a/backends/platform/n64/n64.mk +++ b/backends/platform/n64/n64.mk @@ -20,6 +20,7 @@ ifdef DIST_FILES_ENGINEDATA endif $(CP) $(DIST_FILES_DOCS) $(bundle_name)/ $(CP) $(srcdir)/backends/vkeybd/packs/vkeybd_default.zip $(bundle_name)/romfs + $(CP) $(srcdir)/backends/vkeybd/packs/vkeybd_small.zip $(bundle_name)/romfs genromfs -f $(bundle_name)/romfs.img -d $(bundle_name)/romfs -V scummvmn64 mips64-objcopy $(EXECUTABLE) $(bundle_name)/scummvm.elf -O binary cat $(N64SDK)/hkz-libn64/bootcode $(bundle_name)/scummvm.elf $(bundle_name)/romfs.img > scummvm.v64 |