This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-02-03 09:23:37 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
backends
History
Oystein Eftevaag
9f6a40acbd
Do sound callbacks from the main thread instead of a separate one, to avoid some concurrency issues. Increased sound buffer size. Removed the extra mousemoved event sent before each click, no longer needed. And finally some minor gesturing tweaks.
...
svn-id: r29931
2007-12-20 23:23:29 +00:00
..
events
/default
Silence warning.
2007-09-24 17:15:21 +00:00
fs
Expand ~/ to the HOME env var (see also patch
#1846545
)
2007-12-09 17:28:29 +00:00
midi
Changed "if( ... )" to "if ( ... )" and "while( ... )" to "while ( ... )", and
2007-11-02 16:55:09 +00:00
platform
Do sound callbacks from the main thread instead of a separate one, to avoid some concurrency issues. Increased sound buffer size. Removed the extra mousemoved event sent before each click, no longer needed. And finally some minor gesturing tweaks.
2007-12-20 23:23:29 +00:00
plugins
fixes for cygwin build
2007-12-02 12:08:45 +00:00
saves
When renaming a savefile, close the old file before deleting it to avoid errors.
2007-12-10 18:59:18 +00:00
timer
/default
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
2007-09-19 08:40:12 +00:00
intern.h
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
2007-05-30 21:56:52 +00:00
module.mk
Patch
#1815526
: Add TiMidity++ MIDI server support
2007-11-02 16:01:52 +00:00