Commit Graph

40 Commits

Author SHA1 Message Date
notaz
06442b6813 Merge branch 'master' into libretro 2024-10-28 00:07:05 +02:00
notaz
2db412ade2 switch over to libretro input code
too much trouble with 2 separate codebases
2023-09-14 00:41:27 +03:00
notaz
d5aeda2372 psxinterpreter: use cycle_multiplier also
not just ari64
2022-10-02 00:52:01 +03:00
notaz
d014a47167 remove all the hack options
They just confuse users, like:
libretro/pcsx_rearmed#693

For Parasite Eve 2 and others, adjust "PSX CPU clock" instead if needed.
2022-10-01 22:32:01 +03:00
gameblabla
16f3ca666f
Fixes Diablo 1 SPU bug properly and remove Diablo hack. (#191)
(Mostly) inspired by the fixes done in PCSX Redux :
93653ba528/src/spu/registers.cc (L504)

It seems that there was an attempt to initially implement it
in PCSX Reloaded (hence the bIgnoreLoop in freeze.c) but it was never
implemented properly.

Co-authored-by: Nicolas Noble <nicolasnoble@users.noreply.github.com>
2021-08-23 00:50:09 +03:00
negativeExponent
a0cffa0ffa Merge branch 'gpu_unai_plugin_update' 2019-09-25 11:08:40 +08:00
negativeExponent
030d1121f2 Backport GPU Unai plugin from PCSX4ALL
- backports gpu unai plugin from PCSX4ALL
- sync necessary files with notaz/master to allow building standalone app
2019-08-17 09:33:48 +08:00
retro-wertz
202b29d49e Rename PACKAGE_VERSION to PCSX_VERSION
- this should silence warning for another PACKAGE_VERSION define used for flac
- PACKAGE_VERSION is not used within pcsx other than version logging. Savestate does not check for this and is using another define for savestate version number.
2019-08-02 19:05:45 +08:00
retro-wertz
1bedbd6f27 merge remote-tracking branch 'notaz/master' 2019-03-13 09:23:56 +08:00
gameblabla
210476c77e
Diablo Music fix for PCSX Rearmed. (optional hack)
Let's also allow it to be changed from the menu.
Set to off by default as it could cause issues in some other games.
2019-03-07 20:54:58 +01:00
meepingsnesroms
76e889bcfa Remove dead non retroarch platforms, prepare for second memcard 2017-04-07 09:14:29 -07:00
notaz
d71c709541 fix up other platforms after rumble change 2014-12-20 21:27:23 +02:00
notaz
3154bfab51 spu: put globals into a structure
- also clean up some unused stuff
- put spu config into it's own structure and header
2014-12-20 02:57:25 +02:00
notaz
7010034e54 frontend: maemo: some refactoring 2013-02-18 03:06:01 +02:00
Paolo Iommarini
a76fd9535d Maemo ehancement
-Added command line options
-Added pause on incoming call
-Added change disc
2013-02-17 13:38:32 +01:00
notaz
e4c83ca67c fix gun handling in enhancement mode 2012-11-18 01:40:00 +02:00
notaz
79f216e325 frontend: avoid loading msg when not needed 2012-11-10 22:23:37 +02:00
notaz
cc56203b76 switch over to libpicofe
- libretro should not be affected by this, all others need to do
  'git submodule init && git submodule update' from now on.
- pandora should get gamma control support
2012-11-05 03:12:25 +02:00
notaz
afc74f4e1a fix maemo build 2012-07-30 00:30:38 +03:00
notaz
38c2028e22 frontend: initial libretro support
..and some refactoring
2012-07-29 18:09:56 +03:00
notaz
9c27c20512 frontend: initial cheats support 2012-07-22 23:56:37 +03:00
notaz
6d75977b13 spu: remove all threading code
it is broken for a while now, and I have no intention to fix it.
2012-07-09 02:35:59 +03:00
notaz
4ea7de6a14 gpu plugins: always support 16bpp blit
use this for generic sdl and maemo
2012-04-29 19:32:08 +03:00
notaz
6469a8c407 frontend: clean up some hacks 2012-04-29 19:32:08 +03:00
notaz
3a40ff141a improve vibration support for Caanoo
..maybe, not tested much.
2012-03-01 23:34:16 +02:00
notaz
a805c85569 frontend: add minimize support 2012-01-08 19:46:40 +02:00
notaz
b944a30eda add vibration support for Caanoo 2011-12-10 23:10:37 +02:00
notaz
221be40d20 frontend: input driver and volume control for Wiz 2011-10-30 23:57:12 +02:00
notaz
2aa6a3a0cd maemo: call GPU_Open, enable bios
should fix gles breakage
2011-10-30 23:48:09 +02:00
notaz
33400707de frontend: move defconfig to main
.. so that maemo can use it
2011-10-30 23:48:09 +02:00
notaz
d64280d6f8 fix a few maemo issues
g_opts clash, file_name, maemo_init and in_keystate
2011-10-30 23:48:09 +02:00
Bonapart
bbd471aff0 maemo updates
accelometer support for maemo
screenshot for maemo
fullscreen streghting via GTK
disabled bios(freeze emu at start)

[notasas@gmail.com] removed some unneeded stuff
2011-10-30 23:48:09 +02:00
notaz
88d6397dd8 fix maemo build 2011-10-30 23:48:09 +02:00
notaz
76f7048eff frontend: refactor plugin_lib for maemo
should give them proper frame limiter, frameskip and also
lightgun support, maybe.
2011-08-13 00:56:40 +03:00
notaz
4c08b9e7dd add guncon support
a bit basic but works
2011-08-13 00:56:33 +03:00
notaz
29a8c4f3e7 frontend: add screenshot functionality 2011-03-14 00:59:31 +02:00
notaz
8f8926485e frontend: support ingame actions (state load and such) 2011-02-10 02:07:54 +02:00
notaz
54b4a001cf maemo: update for recent changes, fix warnings 2011-02-10 02:07:54 +02:00
notaz
e0c692d941 maemo: clean up and integrate 2011-02-03 23:01:13 +02:00
Bonapart
b7b2fb4165 Maemo frontend 2011-02-03 01:02:24 +02:00