aboutsummaryrefslogtreecommitdiff
path: root/backends/intern.h
AgeCommit message (Collapse)Author
2006-10-06Patch #1432376: "Very basic GP2X Backend"Eugene Sandulenko
svn-id: r24144
2006-04-02With this change, backends are now responsible for instantiating their ↵Max Horn
OSystem class before calling scummvm_main (Note: PalmOS and Symbian are not yet converted, and won't work currently) svn-id: r21557
2006-02-11Fixed the list of backend factory functionsMax Horn
svn-id: r20583
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20535
2006-01-18Update copyright noticeEugene Sandulenko
svn-id: r20088
2006-01-01Use 44k1hz output rate on PSP to avoid an unnecessary resampling step.Joost Peters
svn-id: r19885
2005-12-11PalmOS SAMPLES_PER_SECChris Apers
svn-id: r19778
2005-11-18Update Symbian #IFDEFs so it also supports a lower samplerate of 8KHZ if ↵Lars Persson
need be. svn-id: r19645
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-10-12New backendsChris Apers
svn-id: r19041
2005-08-16Added: PSP backendJoost Peters
svn-id: r18696
2005-06-21Patches needed to build for SYMBIAN32 WINS/GCC added.Lars Persson
Test built for Symbian and run on P910i without any major problems. Test built for MSVC6. Changed parts seems to compile ok but there are some problems with MSVC6 and some of the targets which the EPOC build does n't support (KYRA,SAGA). svn-id: r18430
2005-03-31Playstation2 Port: initial importRobert Göffringmann
svn-id: r17305
2005-03-09WIP of GP32 port. Now it is more correct port and compiles with currentEugene Sandulenko
CVS. Though it has some issues unresolved, one of them is that it crashes right after splash screen without showing anything. Work in progress :) svn-id: r17054
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-03-02ObsoleteChris Apers
svn-id: r13144
2004-02-24the OSystem changes we discussed on the ML (note: renaming of the existing ↵Max Horn
OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036
2004-01-26Add SAMPLES_PER_SEC for CE in order to compile sdl-commonNicolas Bacca
svn-id: r12611
2004-01-20Dont use full_screen on PalmOS, use ConfMan insteadChris Apers
svn-id: r12540
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-11-01made SDL backend use config managerMax Horn
svn-id: r11028
2003-10-01disable joystick input by default either command line or config file need to ↵Jonathan Gray
be used to enable it now, ability to choose joystick number to use also added svn-id: r10518
2003-08-16Added fullscreen support to palmosChris Apers
svn-id: r9721
2003-07-31added new header file backends/intern.h; removed some stuff from ↵Max Horn
common/system.h which is either only of interest to backends or code instantiating a backend (->backends/intern.h); also removed fmopl specific enums (->sound/fmopl.h) svn-id: r9327