Commit Graph
3084 Commits
Author SHA1 Message Date
Tony Puccinelli 3c1034dbbb modified linker now both compiles and runs when dynamic modules turned off
svn-id: r49400
2010-06-03 02:36:18 +00:00
Tony Puccinelli f1ae25baa8 compiles with modified linker when dynamic plugins turned off now
svn-id: r49399
2010-06-03 00:46:24 +00:00
Max Horn 767edc91fa OSYSTEM: Get rid of kFeatureAutoComputeDirtyRects
svn-id: r49388
2010-06-02 00:52:57 +00:00
Max Horn 9f14e43d16 Fix bug #2999153: "IPHONE: No grabPalette() implementation"
svn-id: r49384
2010-06-01 22:29:55 +00:00
Max Horn 93867d567f Inline palettes in SDL backend into class OSystem_SDL
svn-id: r49383
2010-06-01 22:28:24 +00:00
Johannes Schickel 4cb3a2b41b This hopefully fixes the compilation of the GP2x backend.
svn-id: r49378
2010-06-01 17:03:43 +00:00
Max Horn caf1a6bee4 Remove dead code from PS2 and GP2x backends
svn-id: r49374
2010-06-01 15:38:09 +00:00
Tony Puccinelli d9e4607869 makefile tweaked a bit more towards accomodating loadable modules for ps2
svn-id: r49371
2010-06-01 05:27:35 +00:00
Alejandro Marzini 38dbbca964 Removed OSystem pointer. Added left initialization code to file subsystem.
svn-id: r49370
2010-06-01 04:02:44 +00:00
Alejandro Marzini 0bc8f4c8b4 SDL audio subsystem created.
svn-id: r49369
2010-06-01 04:00:55 +00:00
Tony Puccinelli e04b6b7ea0 changed ps2 makefile and other files to use the ps2loader
svn-id: r49368
2010-06-01 01:05:09 +00:00
Jordi Vilalta Prat 400542a1fe Revert the rest of 49362, which wasn't meant for trunk
svn-id: r49366
2010-05-31 23:04:30 +00:00
Tony Puccinelli c9a38abf60 modifications to get the ps2 to use the ps2loader
svn-id: r49363
2010-05-31 22:41:46 +00:00
Max Horn 443c0d4f93 DS: Use gScummVMVersion in dsmain.cpp; merge 1.1.1 changes in readme_ds.txt
svn-id: r49359
2010-05-31 18:28:26 +00:00
Yotam Barnoy 6884ffc291 PSP: added preliminary support for using ME hardware to play MP3 files. If the decoder fails to load, MAD is used instead. Disable with DISABLE_PSP_MP3.
svn-id: r49319
2010-05-30 09:47:00 +00:00
Neil Millstone 989c1fdddd DS: Various fixes to allow the DS port to compile on DevkitARM r30 and libnds 1.4.3.
svn-id: r49313
2010-05-29 20:30:54 +00:00
Torbjörn Andersson 1c32db1e08 Removed some unused variables, found by cppcheck.
svn-id: r49306
2010-05-29 08:09:47 +00:00
Alejandro Marzini 16c559a095 Added again base-backend. Started sdl backend refatoring, file, mutex and timer subsystems created.
svn-id: r49305
2010-05-29 01:56:34 +00:00
Tony Puccinelli df2ee91e45 added svn keywords 'Id' and 'URL' to new files
svn-id: r49282
2010-05-28 00:53:18 +00:00
Tony Puccinelli 2532c92fe1 typo fix
svn-id: r49281
2010-05-28 00:27:37 +00:00
Tony Puccinelli 19f0b41f87 was using the modified linker for the psp for plugins.ld. Now it's a modified version of the default linker for the ps2 compiler
svn-id: r49280
2010-05-28 00:21:35 +00:00
Tony Puccinelli 7682a5f815 was using the default linker for the psp. Now a modified version of the default linker for the ps2 compiler
svn-id: r49278
2010-05-27 23:47:31 +00:00
Yotam Barnoy 5f53683cab PSP: fixed a screen shake bug
svn-id: r49258
2010-05-27 06:21:37 +00:00
Tony Puccinelli 0fdfd5d47b added files for ps2 loadable modules (mainly transplanted from psp code with VERY minor tweaks)
svn-id: r49256
2010-05-27 05:03:09 +00:00
Yotam Barnoy 1caf98700b PSP: to fix the audio, I cleaned up the audio thread and changed the thread priorities.
svn-id: r49200
2010-05-24 18:20:16 +00:00
Yotam Barnoy 55e29af78a PSP: switched to using slightly faster delay and getMillis
svn-id: r49179
2010-05-24 11:41:45 +00:00
Yotam Barnoy cfbf1a8a67 PSP: turn off psp audio thread again. Must have tested it wrong.
svn-id: r49178
2010-05-24 09:19:40 +00:00
Yotam Barnoy 87eb782496 PSP: switched to the way SDL does things in the audio thread to get rid of clicking. PSP's thread is still more efficient.
svn-id: r49175
2010-05-24 06:57:58 +00:00
Yotam Barnoy 50847c02a6 PSP: moved timer thread to backends/timer/psp
svn-id: r49173
2010-05-24 03:05:17 +00:00
Yotam Barnoy 734042a32c PSP: commented out new PSP audio. Still has some clicking issues
svn-id: r49169
2010-05-23 19:32:56 +00:00
Yotam Barnoy e5d239b779 PSP: changed thread stack sizes to prevent crashes in COMI
svn-id: r49168
2010-05-23 19:31:38 +00:00
Yotam Barnoy e321e25514 PSP: forgot to add a file
svn-id: r49162
2010-05-23 17:35:31 +00:00
Yotam Barnoy 20c654f63b PSP: replaced SDL's timer with much simpler and more efficient PspTimer class
svn-id: r49155
2010-05-23 11:48:21 +00:00
Yotam Barnoy 7a6a2a62ee PSP: switched from SDL's audio to my own thread. Removed needless blocking while playing and made it generally more efficient. To deactivate, simply comment out USE_PSP_AUDIO
svn-id: r49149
2010-05-23 05:51:32 +00:00
Paweł Kołodziejski 47d6e9eab7 sync with parent sdl backend
svn-id: r49134
2010-05-21 18:33:24 +00:00
Eugene Sandulenko 01c55efc95 SDL: Split quit() method into deinit() so error codes could be returned.
svn-id: r49131
2010-05-21 18:22:11 +00:00
Eugene Sandulenko e7330aa0af Fix spelling
svn-id: r49130
2010-05-21 18:18:52 +00:00
Yotam Barnoy 23eae4e139 PSP: Had to switch to different way of using callbacks as last one wasn't working well. Seems to be working well this way, so I activated it. If need be, deactivate it by commenting out USE_DISPLAY_CALLBACK
svn-id: r49115
2010-05-20 10:36:54 +00:00
Yotam Barnoy 8b59e45e6e PSP: added option for render by callback and fixed up and cleaned up debug mechanism. This allows for about 4% speedup since we no longer need to wait for VSYNC in our main thread. I'll activate it as soon as I've tested it out properly.
svn-id: r49055
2010-05-17 07:22:26 +00:00
Joost Peters 9891932d56 Add back README.PSP
svn-id: r49052
2010-05-16 18:05:47 +00:00
Yotam Barnoy dd8aa85eb5 PSP: fixed debug function. Compiler optimization was calling the destructor before the end of the function, causing incorrect stack output.
svn-id: r49013
2010-05-12 14:11:28 +00:00
Lars Persson dce50f2e2d Error.cpp needs to be included in the application mmp also for error translation.
svn-id: r48999
2010-05-10 19:44:19 +00:00
Andre Heider be0885e9d1 Revert r48979. Instead, make the HQ scalers depend on the normal ones. Configure reflects that now.
svn-id: r48996
2010-05-10 17:25:12 +00:00
Andre Heider 998531a022 Since configure allows HQ scalers without the normal onces, allow this combination.
svn-id: r48979
2010-05-09 12:30:20 +00:00
Lars Persson 37e5691f1e Remove unsupported platforms for UIQ3
svn-id: r48978
2010-05-09 12:14:16 +00:00
Andre Heider a3e428f6db Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to configure.
svn-id: r48977
2010-05-09 11:00:17 +00:00
Lars Persson cff786341f Updated build files, version nr and added v5 compability flag
svn-id: r48976
2010-05-09 10:31:32 +00:00
Fabio Battaglia b99508da84 N64: Remove a potentially dangerous define in makefile
svn-id: r48975
2010-05-09 09:50:19 +00:00
Andre Heider eb429872d8 Fixed warnings when building a GC binary.
svn-id: r48877
2010-04-30 16:49:57 +00:00
Frantisek Dufka 664fdfc914 remove unused files
svn-id: r48862
2010-04-29 21:35:11 +00:00