Commit graph

1411 commits

Author SHA1 Message Date
Ilari Liusvaara
1295518041 More paint / reset fixes
- Refactor the code related to killing requests.
- Free the pins when destroying killed requests (otherwise memory will
  leak).
- Customfont texts have associated requests, so those need to be killed
  if the font goes away.
2013-02-28 10:36:57 +02:00
Ilari Liusvaara
236b9075d9 Merge branch 'rr1-maint'
Conflicts:
	include/core/framebuffer.hpp
2013-02-28 04:06:37 +02:00
Ilari Liusvaara
80c9dcee2d Fix crash with bitmaps and resetting Lua VM
Kill requests depending on bitmaps and palettes going away, to avoid
having the emulator crash if there is a request using those bitmaps
and palettes in flight while Lua VM is reset.

Noticed by FatRatKnight.
2013-02-28 04:03:01 +02:00
Ilari Liusvaara
93758678b7 Merge branch 'rr1-maint' 2013-02-27 22:40:47 +02:00
Ilari Liusvaara
615d525fa6 Lua: Query bindings, manipulate aliases, create inverse bindings 2013-02-27 22:23:51 +02:00
Ilari Liusvaara
60404062a5 Restrict member picking to only .zip files
This makes it possible to load ROMs that are internally ZIP files.
2013-02-26 13:10:59 +02:00
Ilari Liusvaara
4084b1c16b Fix memory search bug with host-endian VMAs 2013-02-25 19:20:18 +02:00
Ilari Liusvaara
db28464d61 Opus support: Support multistream 2013-02-25 19:20:18 +02:00
Ilari Liusvaara
7beef32a8a Make some things unsigned and fix on platforms where int is not 32 bits 2013-02-20 00:05:39 +02:00
Ilari Liusvaara
a88ae3a8a3 Opus support: Fix all sorts of mistakes 2013-02-19 23:44:25 +02:00
Ilari Liusvaara
0c711d4c6c Better error handling in opus code 2013-02-19 23:04:29 +02:00
Ilari Liusvaara
b64d10a171 Opus support: Ignore errors ctls 2013-02-19 23:04:29 +02:00
Ilari Liusvaara
698dfdde1c Opus support: Repacketizer 2013-02-19 23:04:28 +02:00
Ilari Liusvaara
d7531086e3 Refactor Opus handing 2013-02-18 05:13:41 +02:00
Ilari Liusvaara
80a0ddf5c0 Merge branch 'rr1-maint' 2013-02-17 19:25:30 +02:00
Ilari Liusvaara
579b52e3aa Unconditionally reload hostmemory on loadstate
Hostmemory is associated with system state, so it must be reloaded upon
loadstate, even in preserve input mode.
2013-02-17 19:25:20 +02:00
Ilari Liusvaara
870102d3ce Allow cores to create big-endian VMAs 2013-02-17 10:27:00 +02:00
Ilari Liusvaara
c53339a31d Revert memory leak fix breaking input 2013-02-13 14:49:27 +02:00
Ilari Liusvaara
e83cc21e8a Merge branch 'rr1-maint' 2013-02-12 00:28:48 +02:00
Ilari Liusvaara
a3ecd5ca9d Commentary: Max bitrate limiting 2013-02-12 00:24:05 +02:00
Ilari Liusvaara
a8392eeecc lsnes rr2-β3 2013-02-11 00:32:56 +02:00
Ilari Liusvaara
a22a31c33e lsnes rr1-Δ17 2013-02-11 00:11:52 +02:00
Ilari Liusvaara
1732705e62 Wxwidgets: Support -h and --help 2013-02-11 00:09:49 +02:00
Ilari Liusvaara
629beb01d5 Wxwidgets: Load filenames as ROMs and support --lua=<file> 2013-02-10 23:58:51 +02:00
Ilari Liusvaara
3e1cce95d2 Allow changing the Opus bitrate at runtime 2013-02-10 23:47:40 +02:00
Ilari Liusvaara
67c41463b9 Merge branch 'rr1-maint' 2013-02-10 15:31:33 +02:00
Ilari Liusvaara
b9968d0bdd Fix compiling on Win32 2013-02-10 15:23:29 +02:00
Ilari Liusvaara
15f597939f Backport some bugfixes from compiler warning fixing 2013-02-10 15:17:00 +02:00
Ilari Liusvaara
90a5f80232 Fix lots of -Wall compiler warnings 2013-02-10 15:00:12 +02:00
Ilari Liusvaara
408ea46268 {set,clear}-pause-on-end 2013-02-09 23:46:17 +02:00
Ilari Liusvaara
2a3efcd229 Fix breakage in last commit 2013-02-09 23:46:05 +02:00
Ilari Liusvaara
063edaf9a5 lsnes-dumpavi: --firmware-path 2013-02-09 23:29:33 +02:00
Ilari Liusvaara
7e091d2cf5 Cleanup many settings (all from core) 2013-02-09 21:22:24 +02:00
Ilari Liusvaara
60f2801ecf Fix some uninitialized variables caught by Valgrind 2013-02-09 18:35:39 +02:00
Ilari Liusvaara
2bcb022f95 Clean up save slots handling
Also changes save slots to be per-project instead of the weird handling
earlier.
2013-02-09 18:35:13 +02:00
Ilari Liusvaara
c9e05a607a Clean up framerate handling
Also stop saving the framerate (it is not meaningful to persist between
sessions).
2013-02-09 16:24:31 +02:00
Ilari Liusvaara
363e7c7a3c Remove lsnesrc-related code (since what it was used for is long gone) 2013-02-09 16:08:06 +02:00
Ilari Liusvaara
bf3255e315 Merge branch 'rr1-maint' 2013-02-09 13:02:04 +02:00
Ilari Liusvaara
ac6bb35fa3 Movie editor: Show buttons even when released 2013-02-09 13:00:29 +02:00
Ilari Liusvaara
0b4459cafc Movie editor: Allow toggling whole sequence of axis values at once 2013-02-09 12:55:07 +02:00
Ilari Liusvaara
02bddef57e Update manual 2013-02-09 12:39:25 +02:00
Ilari Liusvaara
be616a5316 Movie editor: Scroll to current frame 2013-02-09 12:26:49 +02:00
Ilari Liusvaara
aa1e6f184a Merge branch 'rr1-maint' 2013-02-08 20:55:53 +02:00
Ilari Liusvaara
ac954193c6 Movie editor: Tweak colors 2013-02-08 20:55:31 +02:00
Ilari Liusvaara
6b1097edbe Movie editor: Handle scrolling when rewinding 2013-02-08 20:35:19 +02:00
Ilari Liusvaara
c0d3d7fd2f Fix controls with gambatte core 2013-02-08 19:47:06 +02:00
Ilari Liusvaara
4413ffe901 Portaudio: Fix buggy full-duplex mode 2013-02-08 18:30:20 +02:00
Ilari Liusvaara
8a80c86684 Portaudio: Do split duplex with different I/O devices 2013-02-08 13:15:48 +02:00
Ilari Liusvaara
cf365d181e Wxwidgets: Don't save or load blank core preferences 2013-02-08 08:03:44 +02:00
Ilari Liusvaara
3917c41b6b Merge branch 'rr1-maint' 2013-02-08 00:54:01 +02:00