From 6ca1a0f9cd1e5400701ad1ec7d09206aa75ff2f9 Mon Sep 17 00:00:00 2001 From: norly Date: Fri, 26 Apr 2019 16:26:03 +0200 Subject: Add "MikMod for Rockbox 0.1" from 2007-06-29 This is an early port of MikMod to Rockbox that I did back in 2007. It was one of my early exercises in the C language. Since I didn't upstream it back then, someone else ended up porting it with a nicer UI. Fun fact: This version's PCM buffers are designed to be just about large enough to allow an iPod Video to render fm-2year/rapido.xm without pausing. --- apps/plugins/mikmod/cygwin.bat | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 apps/plugins/mikmod/cygwin.bat (limited to 'apps/plugins/mikmod/cygwin.bat') diff --git a/apps/plugins/mikmod/cygwin.bat b/apps/plugins/mikmod/cygwin.bat new file mode 100755 index 0000000..6c2fe02 --- /dev/null +++ b/apps/plugins/mikmod/cygwin.bat @@ -0,0 +1,6 @@ +@echo off + +C: +chdir C:\cygwin\bin + +bash --login -i -- cgit v1.2.3