Commit graph

1201 commits

Author SHA1 Message Date
rdanbrook
55dfd7ec73 Fixed black screen when non-existent custom palette is selected (libretro) 2017-09-04 17:59:40 -04:00
rdanbrook
0bd2937d65 Added ability to load game-specific custom palettes 2017-09-04 17:29:25 -04:00
rdanbrook
4f02267f05 Added ability to scale beyond 4x 2017-09-04 17:09:02 -04:00
rdanbrook
fe16a13af9 Merge pull request #62 from GeneralFailer/master
Update VRC2 and VRC4 submapper numbers
2017-09-04 13:03:47 -04:00
rdanbrook
4b1ff7d195 Update VRC2 and VRC4 submapper numbers 2017-09-04 17:13:13 +03:00
rdanbrook
0aae12676c Bump libretro version number 2017-09-03 14:21:02 -04:00
rdanbrook
184713ac7d Update changelog, bump version 2017-09-03 14:19:29 -04:00
rdanbrook
7ed63d1b04 Merge pull request #61 from Aftnet/master
VS2017 and WinRT build
2017-08-29 12:52:01 +02:00
rdanbrook
eb6b87dc7a makefile 2017-08-29 11:50:59 +09:00
rdanbrook
4e29cad219 Makefile 2017-08-28 16:16:56 +09:00
rdanbrook
19ef289701 Merge branch 'master' of https://github.com/rdanbrook/nestopia 2017-08-22 18:08:50 -04:00
rdanbrook
febbef8d40 Refresh menubar on GL redraw 2017-08-22 18:08:35 -04:00
rdanbrook
aaf40516cf Merge pull request #242 from andrewlxer/master
Fix logic error introduced in some warning cleanup
2017-08-21 17:58:22 -04:00
rdanbrook
1ae654a23c Fix logic error introduced in some warning cleanup
Commit e76799382d introduced a small
logic error in the machine handling.  Fix it to the originally intended
logic.
2017-08-21 14:12:53 -07:00
rdanbrook
2d1f4359b2 Add msvc 2005 solution 2017-08-05 02:43:18 +02:00
rdanbrook
70070ed626 Re-enabled Queued SDL audio 2017-08-02 20:46:39 -04:00
rdanbrook
53d2e84e8c Started moving GUI and Emulation functions to separate threads 2017-07-30 13:12:26 -04:00
rdanbrook
05ddc8a926 Merge pull request #238 from hugoarpin/master
Fix nst_find_patch code for dirname
2017-07-28 15:48:31 -04:00
rdanbrook
871070905f Improve nst_find_patch code (dirname fix) 2017-07-28 15:24:54 -04:00
rdanbrook
1e8a2873ee Merge pull request #237 from hugoarpin/master
Fixes automatic rom patching for gui and cli (path problem)
2017-07-28 14:19:16 -04:00
rdanbrook
b394f002d9 Fixes automatic rom patching for gui and cli (path problem)
The ips/ups patching only worked form cli when called from the same
folder as the rom. It is because the rom path was never taken into
account, so it was a relative path, i.e. your pwd had to be in the rom
folder for patching to work. Now it should always work, I hope.
2017-07-28 10:30:09 -04:00
rdanbrook
676e5dec27 Moved timing functions 2017-07-23 16:19:40 -04:00
rdanbrook
9048b08e2e Remove MSVC 2010 solution files 2017-07-03 02:46:53 +02:00
rdanbrook
b2d13316e6 Only use -fno-rtti for GCC 2017-07-03 02:12:55 +02:00
rdanbrook
3fbf35b48b Set HAS_GCC = 0 2017-07-03 02:12:11 +02:00
rdanbrook
bd2ec9a4a2 Instrument makefile 2017-07-03 02:10:55 +02:00
rdanbrook
c03dd47378 Merge pull request #236 from hizzlekizzle/master
add adapter autoselect using NstDatabase
2017-07-01 16:23:11 -04:00
rdanbrook
e54f36e04b add adapter autoselect using NstDatabase
fixes 4-player Famicom games
2017-07-01 15:20:32 -05:00
rdanbrook
90d966a980 Merge pull request #233 from zeromus/master
fix small coding mistake in Ppu::Reset's evaluation of the PPU model
2017-06-20 20:58:01 -04:00
rdanbrook
4bbe7bbf95 fix small coding mistake in Ppu::Reset's evaluation of the PPU model 2017-06-18 01:51:47 -05:00
rdanbrook
24ca3f296b Fixed NSF and FDS in Dendy-mode 2017-06-17 08:36:31 -04:00
rdanbrook
6f01cebef9 Initialize OpenGL structures with GTK+ widget when no game is running 2017-06-10 18:27:21 -04:00
rdanbrook
12565f3f94 Removed stale functions 2017-06-10 18:09:52 -04:00
rdanbrook
ce95ab80e0 Merge branch 'master' of https://github.com/libretro/nestopia 2017-06-10 14:44:17 -04:00
rdanbrook
c84085410a Fixed input-related segfaults and enabled mouse input in GTK+ 2017-06-10 14:43:55 -04:00
rdanbrook
43aab1aa81 Merge pull request #60 from Aftnet/master
Updated libretro header
2017-05-31 01:42:24 +02:00
rdanbrook
14db2c8aaf Updated libretro header 2017-05-30 14:23:59 +09:00
rdanbrook
53cbe71a05 Merge pull request #228 from arakerlu/crosshair
Fix heap corruption bug when crosshair is drawn to the top or bottom
2017-05-28 14:46:14 -04:00
rdanbrook
51afab0eef Add return statement to non-void function Machine::SetRamPowerState(const uint)
- otherwise msvc2015 generates compilation error: 'function' must return a value
2017-05-28 03:20:54 +03:00
rdanbrook
dafbd13b9e Fix heap corruption bug when crosshair is drawn to the top or bottom of the screen.
- check correct bounds for the crosshair
2017-05-28 02:30:40 +03:00
rdanbrook
c9f0b2bc2c Merge branch 'master' of https://github.com/libretro/nestopia 2017-05-26 19:22:40 -04:00
rdanbrook
6e490afc6f Merge pull request #58 from ilag11111/multilineCheats
Add support for multiline cheats and "raw" cheats
2017-05-26 19:22:28 -04:00
rdanbrook
e778457752 Add support for multiline cheats and raw cheats in gamehacking.org's format. Raw cheats can alter RAM, which other formats can not. 2017-05-26 15:04:04 -07:00
rdanbrook
41c958cb96 Remove stale README file 2017-05-23 20:56:59 -04:00
rdanbrook
b88bc56188 Reworked Alternate Speed/Fast-Forward 2017-05-23 14:51:22 -04:00
rdanbrook
f056baa9b7 Remove cruft for OS X 2017-05-23 08:48:43 -04:00
rdanbrook
4cde490d19 Update CMakeLists.txt 2017-05-23 07:50:43 -04:00
rdanbrook
0b1574e6d2 Added extra palettes and did some cleanups 2017-05-22 23:32:10 -04:00
rdanbrook
89a77c1709 Use GTK+ OpenGL Widget for GUI 2017-05-22 21:21:27 -04:00
rdanbrook
0840a6e838 Fixed segfault 2017-05-21 22:17:26 -04:00