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-01-18 07:53:12 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
backends
History
Johannes Schickel
c97a1aed74
Also strip trailing whitespaces in C and Objective-C source files. (Seems I forgot that we got those too :-P)
...
svn-id: r40872
2009-05-24 21:53:29 +00:00
..
events
/default
Strip trailing whitespaces in the whole code base.
2009-05-24 15:17:42 +00:00
fs
Strip trailing whitespaces in the whole code base.
2009-05-24 15:17:42 +00:00
keymapper
Strip trailing whitespaces in the whole code base.
2009-05-24 15:17:42 +00:00
midi
Fixed various GCC 4.2 warnings, among them an actual longstanding bug (3 years :) in the quicktime midi code
2009-05-14 23:09:04 +00:00
platform
Also strip trailing whitespaces in C and Objective-C source files. (Seems I forgot that we got those too :-P)
2009-05-24 21:53:29 +00:00
plugins
Fix for bug
#2548995
: AmigaOS4: Compiler error (and taking care of some potential errors in WinCE & GP2x, too)
2009-01-30 14:26:34 +00:00
saves
COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecated; however, retained ioFailed in SeekableReadStream and File for now (so for now this mainly affects WriteStream subclasses)
2009-05-19 11:42:14 +00:00
timer
/default
Remove misleading comment.
2009-02-28 19:31:42 +00:00
vkeybd
Strip trailing whitespaces in the whole code base.
2009-05-24 15:17:42 +00:00
base-backend.cpp
- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.
2009-02-15 21:20:21 +00:00
base-backend.h
- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.
2009-02-15 21:20:21 +00:00
module.mk
Moved default implementations for various OSystem methods into a new class BaseBackend
2009-01-30 03:35:47 +00:00