mirror of
https://github.com/libretro/pcsx2.git
synced 2025-01-04 08:18:18 +00:00
aa3d448c97
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1774 96395faa-99c1-11dd-bbfe-3dabce05a288
13 lines
247 B
Bash
Executable File
13 lines
247 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Probably self-explanatory: This batch file compiles a single souce image into a
|
|
# CPP header file for use by pcsx2.
|
|
#
|
|
# bin2cpp.sh SrcImage
|
|
#
|
|
# Parameters
|
|
# SrcImage - Complete filename with extension.
|
|
#
|
|
|
|
$1/tools/bin/bin2cpp $2
|