Commit graph

16 commits

Author SHA1 Message Date
devinacker
68e45c3e0c slight makefile updates
including a better detection of Windows that doesn't make any
assumptions about letter case in environment variable names
2016-11-21 20:23:53 -05:00
David Lindecrantz
c28a0538cd OSX flags 2016-10-25 13:34:07 +02:00
David Lindecrantz
59c960da5e Compiles again (using Xcode 7.1 and qt installed via brew) 2015-11-04 13:03:43 -05:00
Alex W. Jackson
cc1b84b649 Allow qtpath to be specified on OSX as well as on Windows 2015-08-11 22:02:30 -04:00
devinacker
a06eafe962 use safer #define name for dllexport
(in hindsight, with bsnes and Qt both using __declspec(dllexport)
separately I have no idea how this was even compiling)
2015-06-30 21:53:42 -04:00
devinacker
65d2363dfc more OS X makefile fixes
including removing linkage to openmp since it apparently isn't supported
by Apple clang right now
2015-06-02 00:36:01 -04:00
devinacker
461aa0c69c update snesreader/snesfilter makefiles likewise 2015-05-31 23:49:58 -04:00
devinacker
87bb7fab8d move IPS/header handling out of snesreader
did you know that bsnes v073 actually supported IPS softpatching the
entire time? and that it was implemented in a completely different place
than UPS patching was? and that it also wasn't documented anywhere or
presented to the user at all, and that it was always carried out
regardless of whether or not the user had disabled soft patching in the
file browser? for fuck's sake, byuu
2015-05-17 19:56:05 -04:00
Alex.W.Jackson@gmail.com
cc1bc58bca nall: detect platform correctly on Cygwin; noinline -> neverinline
git-svn-id: http://bsnes-classic.googlecode.com/svn/trunk@50 fe182637-1eec-a322-cce2-af8e45122353
2015-04-29 21:20:54 -04:00
Devin Acker
10538488eb Merge pull request #12 from mziab/snesreader-vbam-fex
Backport newer File Extractor from VBA-M
2015-04-27 13:52:41 -04:00
Michał Ziąbkowski
4475cdf085 Backport newer File Extractor from VBA-M. LZMA2-compressed 7zip archives work now. 2015-04-27 17:55:55 +02:00
Michał Ziąbkowski
1ac3748c8d Since rar support is disabled in fex, don't advertise it as supported to
avoid a nasty crash.
2015-04-27 11:52:10 +02:00
Alex.W.Jackson@gmail.com
4032390046 More Clang stuff I missed
git-svn-id: http://bsnes-classic.googlecode.com/svn/trunk@46 fe182637-1eec-a322-cce2-af8e45122353
2015-04-26 13:36:17 -04:00
Alex.W.Jackson@gmail.com
88da612d6a Various fixes for Clang, some of which were genuine bugs as well
git-svn-id: http://bsnes-classic.googlecode.com/svn/trunk@45 fe182637-1eec-a322-cce2-af8e45122353
2015-04-26 13:36:11 -04:00
devinacker
b9cfb885d4 create output dirs on checkout 2015-03-18 13:38:32 -04:00
devinacker
d88ac78d30 initial commit 2014-11-26 18:35:12 -05:00