Commit Graph

29 Commits

Author SHA1 Message Date
twinaphex
1b271711a2 Cleanups 2021-06-07 18:22:52 +02:00
twinaphex
ea4775801b Update for MSVC 2018-02-21 13:49:45 +01:00
twinaphex
78b32e05a8 C++ comments need to become C 2017-08-14 08:06:11 +02:00
João Silva
5e450063fb Deleted several unused variables, code and files. 2017-08-14 06:03:05 +01:00
twinaphex
b9c74ceb13 Start making this suitable for MSVC and C89 2017-08-11 17:43:00 +02:00
João Silva
bcaf44c511 Support for savestate versioning. Plenty of cleanups. 2017-06-18 16:16:19 +01:00
João Silva
ae5fb3ae90 Integer-only C4 from snes9x2002. Integer-only, finalized DSP1 from snes9x 1.50. Integer-only libretro.c and seta010.c. 2017-02-12 02:40:43 +00:00
João Silva
3777d1fcf4 Type fixes. Fixes from snes9x 1.50. Minor changes and optimizations. 2017-02-12 01:52:03 +00:00
João Silva
cbbfa871ae Many cleanups. 2017-01-16 22:39:57 +00:00
João Silva
3b8323853f Removed a LOT of useless stuff. 2017-01-14 23:08:50 +00:00
João Silva
d59c856fbf Moved copyright information to copyright file. 2017-01-14 21:09:57 +00:00
twinaphex
79d2a4b7be Add copyright notices since certain guys try to push their luck
and 'game off the system' - UNDER NO CIRCUMSTANCES WILL ANY
COMMERCIAL RIGHTS EVER BE APPROPRIATED TO ANY ONE PARTY, REGARDLESS
OF ANY E-MAILS, BRIBES, ETC.
2016-10-15 13:48:57 +02:00
twinaphex
9fc795fa7b Cleanups 2016-08-08 05:23:44 +02:00
twinaphex
27e31e6ae6 Remove DJGPP ifdefs 2016-08-08 05:20:28 +02:00
twinaphex
7476e8d4f0 Cleanups 2016-08-08 03:53:47 +02:00
twinaphex
53311c57c4 Cleanups 2016-08-08 03:51:26 +02:00
twinaphex
c2e0540fec Remove obsolete define STORM 2016-08-08 03:49:24 +02:00
aliaspider
03ef2061a4 (android) move more build options to Makefile.common. 2015-11-08 18:03:31 +01:00
twinaphex
6b8c7d2376 Use MSB_FIRST instead of LSB_FIRST 2014-12-15 00:59:52 +01:00
aliaspider
4a54fd4018 use stdint/stdbool 2014-11-03 15:26:54 +01:00
twinaphex
c10370ed57 Code readability - turn ZeroMemory into memset(a, 0, b) 2014-10-30 23:55:51 +01:00
aliaspider
804169dd62 apply a facelift 2014-10-30 00:23:30 +01:00
aliaspider
4fb67d24cd get rid of all remaining C++ code. 2014-10-29 10:11:16 +01:00
aliaspider
761d752569 C++ cleanups. (in progress) 2014-10-29 06:47:46 +01:00
aliaspider
1d98e1c317 cleanups (cont.) 2014-10-29 05:28:04 +01:00
aliaspider
5a96997f18 initial libretro port. 2014-10-28 03:13:05 +01:00
Nebuleon Fumika
c5d385d664 MIPS requires 2-byte reads to be aligned to even addresses. #define FAST_ALIGNED_LSB_WORD_ACCESS and use it to read absolute 24-bit addresses as either 1 byte & 1 halfword, or 1 halfword & 1 byte. 2012-12-31 13:46:47 -05:00
Nebuleon Fumika
6b36e79013 Speed up rendering by an unknown amount.
gfx.cpp, others: Avoid always checking for Settings.SixteenBit if FOREVER_16_BIT is defined.

port.h: Define FOREVER_16_BIT below PIXEL_FORMAT.
2012-12-27 18:02:03 -05:00
Kitty Draper
d40ae99422 first commit 2011-03-05 21:39:25 -05:00