Commit Graph

49 Commits

Author SHA1 Message Date
twinaphex
f9c22658e9 Cleanups #2 for RetroFen 2012-10-20 04:32:21 +02:00
twinaphex
e515b9ab96 Cleanups for RetroFen 2012-10-20 04:13:19 +02:00
Themaister
32a02748fe Updates to 0.9.25. 2012-10-13 16:56:30 +02:00
Squarepusher
895970399a Merge pull request #6 from ficoos/PAL_fix
Fix crash when loading PAL games
2012-10-06 09:42:27 -07:00
Saggi Mizrahi
3281b6c6fe Fix crash when loading PAL disks
Signed-off-by: Saggi Mizrahi <ficoos@gmail.com>
2012-10-06 18:39:01 +02:00
Saggi Mizrahi
b73b01210e Add psx fastboot as a configurable setting
Some people like the playstaion boot up sound, make it optional but
leave the default as off.

Signed-off-by: Saggi Mizrahi <ficoos@gmail.com>
2012-09-26 22:52:43 +02:00
TwinAphex51224
7c0f21e8e3 Take out some unneeded stuff 2012-09-24 05:50:17 +02:00
Twinaphex512
9621b27e53 (MSVC) Preliminary solution 2012-09-24 05:07:02 +02:00
TwinAphex51224
316edfc73f Should fix saving of memory cards 2012-09-23 23:09:22 +02:00
Themaister
aca01cac5e Revert "Revert "enable psxfastboot""
This reverts commit 428d97adc8.
2012-09-23 22:28:49 +02:00
Themaister
428d97adc8 Revert "enable psxfastboot"
This reverts commit 0499196ac2.
2012-09-23 22:25:14 +02:00
Themaister
6792727f0a Hardcode fb_width/fb_height. 2012-09-23 22:24:56 +02:00
TwinAphex51224
08b68fde33 Take out TBlur 2012-09-23 17:45:06 +02:00
Themaister
96b4d60864 Fix possible segfault when game fails to load. 2012-09-23 11:52:47 +02:00
Themaister
fc7cf1cf9e Update geometry to 320x240 as used by libretro. 2012-09-23 11:30:43 +02:00
TwinAphex51224
0499196ac2 enable psxfastboot 2012-09-22 22:07:41 +02:00
TwinAphex51224
c9d2d91fee Internal core resampling not necessary - 44Khz should disable
resampler already anyways, so no use having the dead code around
2012-09-22 19:37:26 +02:00
TwinAphex51224
106326e464 Make custom mednafen-libretro.cpp and use that instead - takes out
some needless branches/stuff we don't need
2012-09-22 18:51:53 +02:00
Squarepusher
bd327936f9 Merge pull request #3 from ficoos/pal_fix
Fix PAL emulation
2012-09-21 09:53:41 -07:00
TwinAphex51224
6ccb0e059a Bump up version number 2012-09-21 20:50:40 +02:00
Themaister
0fc4518ef9 Update FPS field to reflect empirical testing. 2012-09-20 21:38:19 +02:00
TwinAphex51224
b4cbfac20a Commented out excessive logging 2012-09-20 22:35:44 +02:00
Saggi Mizrahi
2e50137a8d Fix PAL emulation
Also fixes overscan issues with more resolutions.

Signed-off-by: Saggi Mizrahi <ficoos@gmail.com>
2012-08-22 15:47:20 -04:00
Themaister
b9524d6d46 Minor fixups. 2012-08-17 23:01:08 +02:00
Hans-Kristian Arntzen
3f26bea328 Merge pull request #1 from ficoos/master
Add support for "gamepad" input
2012-08-17 13:55:33 -07:00
clobber
4cab51f229 This fixes save files reading/writing 2012-08-17 02:12:31 -05:00
Hans-Kristian Arntzen
38f006e00e Merge pull request #2 from ficoos/analog_fix
Analog direction reverses when gamepad sends maximum value.
2012-08-16 11:47:48 -07:00
Themaister
44d7a687ef Update to 0.9.24. 2012-08-15 21:26:44 +02:00
Saggi Mizrahi
eb25ec04ca Fix analog calculation
Analog read would overflow and become -1 instead of 128 when analog
reached maximum value.

Signed-off-by: Saggi Mizrahi <ficoos@gmail.com>
2012-08-03 19:16:21 -04:00
Saggi Mizrahi
3e890b55fe Add support for regular gamepad input
Some games cannot work with dual analog input. (eg. Castlevania -
Symphony of the Night).

I reuse the mouse device because RetroArch doesn't givce plugins the
ability to add "features". I choose specifically the mouse options
because it's the only device type that can be specified per input port.

The default is now "gamepad" because it's the most compatible option and it
is the default in mednafen [1].

[1] http://mednafen.sourceforge.net/documentation/09x/psx.html

Signed-off-by: Saggi Mizrahi <ficoos@gmail.com>
2012-07-24 21:23:10 -04:00
Themaister
03fcaf14d4 Analog support. 2012-06-28 23:29:42 +02:00
Themaister
fa5adbacd5 Opt-in for 24bpp. 2012-06-16 15:25:49 +02:00
Themaister
06f54d1192 Update README for sysdir. 2012-06-16 01:07:41 +02:00
Themaister
1ad1474089 Avoid using configs. Requires system dir. 2012-06-16 01:00:17 +02:00
Themaister
8ee82e3878 Clarify hack. 2012-06-15 09:29:22 +02:00
Themaister
8f40825763 Build fix. 2012-06-12 01:06:33 +02:00
Themaister
98cd4c5d0d Use RETRO_ENVIRONMENT_GET_SYSTEM_DIRECTORY. 2012-06-12 01:03:09 +02:00
Themaister
15a37df2db Fix build. 2012-06-10 00:54:07 +02:00
Themaister
f48f8405a4 Use sthread abstraction for threads. 2012-06-10 00:47:44 +02:00
Themaister
d3924ab7d6 Revert "Automatically create .cue from .iso/.img, etc."
This reverts commit df00f075c4.
2012-06-05 18:04:43 +02:00
Themaister
df00f075c4 Automatically create .cue from .iso/.img, etc. 2012-06-05 18:26:45 +02:00
Twinaphex
0d54ef767c Commented out logging - can reenable by defining DEBUG 2012-06-05 01:36:20 +02:00
Themaister
3eea3bb044 Small nits. 2012-06-03 19:29:23 +02:00
Themaister
c549840a83 Nit... 2012-06-03 19:19:45 +02:00
Themaister
ab807fb8b6 Nit. 2012-06-03 19:19:13 +02:00
Themaister
9f731d7c8b Add README. 2012-06-03 19:18:46 +02:00
Themaister
ace67e55b4 Drop -fno-strict-aliasing. 2012-06-03 19:05:30 +02:00
Themaister
57ebac86b8 Input appears to work. 2012-06-03 18:58:46 +02:00
Themaister
e942ae84aa Initial commit. 2012-06-03 17:48:14 +02:00