lsnes/include/library
Ilari Liusvaara 7ba7fc24f6 Use overcommit for palettes, bitmaps, dbitmaps and tilemaps
This makes the large size of these objects visible to Lua, hopefully
allowing Lua GC to make better decisions.
2014-03-31 12:42:33 +03:00
..
arch-detect.hpp Try to autodect I386/amd64 2013-10-28 15:38:01 +02:00
assembler.hpp Make compiler more anal and fix what comes up 2014-03-29 20:43:58 +02:00
binarystream.hpp Support multi-branch movies 2014-02-04 21:16:38 +02:00
command.hpp Refactor workthread.hpp and threadtypes.hpp (renamed to threads.hpp) 2014-03-23 09:45:42 +02:00
controller-data.hpp Optimize movie.find_frame() 2014-03-19 18:21:36 +02:00
controller-parse.hpp Optimize generic controllers using dynamically generated code 2013-10-23 18:06:33 +03:00
curve25519.hpp Add a slow Curve25519 implementation 2013-11-11 01:49:36 +02:00
directory.hpp Also load plugins from location relative to the executable 2013-12-30 22:57:22 +02:00
dispatch.hpp Refactor workthread.hpp and threadtypes.hpp (renamed to threads.hpp) 2014-03-23 09:45:42 +02:00
eatarg.hpp Fix Win32 (or GCC 4.8?) compilation 2013-09-27 22:57:24 +03:00
emustatus.hpp Refactor workthread.hpp and threadtypes.hpp (renamed to threads.hpp) 2014-03-23 09:45:42 +02:00
fileimage-patch.hpp Move library patch functions with file image functions 2013-12-21 03:43:59 +02:00
fileimage.hpp Refactor workthread.hpp and threadtypes.hpp (renamed to threads.hpp) 2014-03-23 09:45:42 +02:00
filelist.hpp Plugin blacklist/killlist (needed on some toys) 2013-12-31 21:49:50 +02:00
filesystem.hpp Refactor workthread.hpp and threadtypes.hpp (renamed to threads.hpp) 2014-03-23 09:45:42 +02:00
framebuffer-font2.hpp Refactor custom_font into framebuffer namespace 2013-12-19 07:34:00 +02:00
framebuffer-pixfmt-lrgb.hpp Further framebuffer refactoring (pixel formats) 2013-12-19 07:00:43 +02:00
framebuffer-pixfmt-rgb15.hpp Further framebuffer refactoring (pixel formats) 2013-12-19 07:00:43 +02:00
framebuffer-pixfmt-rgb16.hpp Further framebuffer refactoring (pixel formats) 2013-12-19 07:00:43 +02:00
framebuffer-pixfmt-rgb24.hpp Further framebuffer refactoring (pixel formats) 2013-12-19 07:00:43 +02:00
framebuffer-pixfmt-rgb32.hpp Further framebuffer refactoring (pixel formats) 2013-12-19 07:00:43 +02:00
framebuffer.hpp Don't use framebuffer palettes 2014-02-10 00:07:31 +02:00
gamepad.hpp Refactor workthread.hpp and threadtypes.hpp (renamed to threads.hpp) 2014-03-23 09:45:42 +02:00
gc.hpp More advanced memory watches 2014-01-10 12:12:14 +02:00
globalwrap.hpp globalwrap: Warn about recursive initialization 2012-10-13 09:36:37 +03:00
hex.hpp Clean up hexadecimal<->string conversion 2013-12-20 18:59:11 +02:00
httpauth.hpp Clean up some hash and RNG code 2013-12-22 05:48:58 +02:00
httpreq.hpp Refactor workthread.hpp and threadtypes.hpp (renamed to threads.hpp) 2014-03-23 09:45:42 +02:00
int24.hpp Add some missing files 2013-08-25 20:12:52 +03:00
integer-pool.hpp Back movie data off movie file structure 2014-02-01 17:35:22 +02:00
json.hpp Make git diff --check happy 2014-01-31 06:26:04 +02:00
keyboard-mapper.hpp Refactor workthread.hpp and threadtypes.hpp (renamed to threads.hpp) 2014-03-23 09:45:42 +02:00
keyboard.hpp Refactor workthread.hpp and threadtypes.hpp (renamed to threads.hpp) 2014-03-23 09:45:42 +02:00
loadlib.hpp Refactor workthread.hpp and threadtypes.hpp (renamed to threads.hpp) 2014-03-23 09:45:42 +02:00
lua-base.hpp Pass dummy object parameter to do_unregister 2014-02-23 07:07:20 +02:00
lua-class.hpp Use overcommit for palettes, bitmaps, dbitmaps and tilemaps 2014-03-31 12:42:33 +03:00
lua-framebuffer.hpp Allow color names as color specifications 2013-12-24 04:58:09 +02:00
lua-function.hpp Pass dummy object parameter to do_unregister 2014-02-23 07:07:20 +02:00
lua-params.hpp Cleanup lua code by introducing lua::functions 2014-02-05 13:27:51 +02:00
lua-pin.hpp Lua: Refactor lots of stuff 2014-01-25 12:51:13 +02:00
map-pointer.hpp Release regexps before finally exiting 2013-12-14 13:13:21 +02:00
mathexpr-error.hpp More advanced memory watches 2014-01-10 12:12:14 +02:00
mathexpr-format.hpp More advanced memory watches 2014-01-10 12:12:14 +02:00
mathexpr-ntype.hpp More advanced memory watches 2014-01-10 12:12:14 +02:00
mathexpr.hpp Rename ERROR to FAILED in evaluation status 2014-01-20 17:37:33 +02:00
memorysearch.hpp Memory search: Save, Load, Undo and Redo 2013-10-02 21:42:46 +03:00
memoryspace.hpp Refactor workthread.hpp and threadtypes.hpp (renamed to threads.hpp) 2014-03-23 09:45:42 +02:00
memorywatch-fb.hpp More advanced memory watches 2014-01-10 12:12:14 +02:00
memorywatch-list.hpp More advanced memory watches 2014-01-10 12:12:14 +02:00
memorywatch-null.hpp More advanced memory watches 2014-01-10 12:12:14 +02:00
memorywatch.hpp More advanced memory watches 2014-01-10 12:12:14 +02:00
messagebuffer.hpp Move messagebuffer to library/ 2012-10-13 15:55:00 +03:00
minmax.hpp Lua: Clean up region bounds computation 2014-02-18 20:26:50 +02:00
movie.hpp Fix the 0 movie length bug 2014-03-29 17:21:50 +02:00
ogg.hpp Refactor library ogg functions to dedicated namespace 2013-12-19 15:00:21 +02:00
opus-ogg.hpp Move routines from oggopus to opus namespace 2013-12-19 23:25:05 +02:00
opus.hpp Move opus_packet_tick_count() to main opus library code 2013-12-19 23:25:04 +02:00
png.hpp Refactor library png functions to dedicated namespace 2013-12-20 12:39:40 +02:00
recentfiles.hpp Recentfiles object: named object 2014-02-25 04:03:52 +02:00
register-queue.hpp Refactor workthread.hpp and threadtypes.hpp (renamed to threads.hpp) 2014-03-23 09:45:42 +02:00
rrdata.hpp Dynamically allocate moviefile, rrdata and movie structures 2014-02-02 18:35:36 +02:00
running-executable.hpp Also load plugins from location relative to the executable 2013-12-30 22:57:22 +02:00
serialization.hpp Make compiler more anal and fix what comes up 2014-03-29 20:43:58 +02:00
settingvar.hpp Refactor workthread.hpp and threadtypes.hpp (renamed to threads.hpp) 2014-03-23 09:45:42 +02:00
sha256.hpp Lua: memory2: More functions corresponding to memory.* 2014-02-13 13:48:01 +02:00
skein.hpp Make git diff --check happy 2014-01-31 06:26:04 +02:00
streamcompress.hpp Make compiler more anal and fix what comes up 2014-03-29 20:43:58 +02:00
string.hpp Make compiler more anal and fix what comes up 2014-03-29 20:43:58 +02:00
temporary_handle.hpp Dynamically allocate moviefile, rrdata and movie structures 2014-02-02 18:35:36 +02:00
threads.hpp Lock/Unlock multiple locks at once function / class 2014-03-23 10:28:33 +02:00
triplebuffer.hpp Refactor triple buffering logic to its own file 2014-03-26 12:27:17 +02:00
utf8.hpp Get rid of utf8::to32i2() and extract_token() 2013-12-21 16:36:33 +02:00
workthread.hpp Refactor workthread.hpp and threadtypes.hpp (renamed to threads.hpp) 2014-03-23 09:45:42 +02:00
zip.hpp Make git diff --check happy 2014-01-31 06:26:04 +02:00
zlibstream.hpp Extend zlibstream to support Z_SYNC_FLUSH and simplify zmbv code 2012-04-26 20:13:49 +03:00