pcsx_rearmed.git
5 years agoChange the build status to libretro
Alfrix [Tue, 28 Aug 2018 22:17:49 +0000 (19:17 -0300)]
Change the build status to libretro

5 years agoFix Travis
Alfrix [Tue, 28 Aug 2018 22:13:26 +0000 (19:13 -0300)]
Fix Travis

5 years agoMerge pull request #191 from fr500/patch-4
Twinaphex [Fri, 24 Aug 2018 11:42:47 +0000 (13:42 +0200)]
Merge pull request #191 from fr500/patch-4

Update Makefile.libretro

5 years agoMerge pull request #171 from malikolivier/support-memcard2
Twinaphex [Thu, 23 Aug 2018 10:01:47 +0000 (12:01 +0200)]
Merge pull request #171 from malikolivier/support-memcard2

Support memcard2

5 years agoUpdate Makefile.libretro
Andrés [Tue, 21 Aug 2018 14:07:17 +0000 (09:07 -0500)]
Update Makefile.libretro

5 years agoMerge pull request #187 from jdgleaver/negcon-response
Twinaphex [Sun, 12 Aug 2018 08:20:07 +0000 (10:20 +0200)]
Merge pull request #187 from jdgleaver/negcon-response

Refine NegCon Controls

5 years agoRefine NegCon analog response
jdgleaver [Thu, 2 Aug 2018 12:56:39 +0000 (13:56 +0100)]
Refine NegCon analog response

5 years agoMerge pull request #186 from fr500/patch-3
bparker06 [Sat, 28 Jul 2018 02:52:46 +0000 (22:52 -0400)]
Merge pull request #186 from fr500/patch-3

Update Makefile.libretro

5 years agoUpdate Makefile.libretro
Andrés [Sat, 28 Jul 2018 02:50:59 +0000 (21:50 -0500)]
Update Makefile.libretro

5 years agoMerge pull request #185 from fr500/patch-2
hizzlekizzle [Sat, 28 Jul 2018 01:55:14 +0000 (20:55 -0500)]
Merge pull request #185 from fr500/patch-2

Update Makefile.libretro

5 years agoUpdate Makefile.libretro
Andrés [Sat, 28 Jul 2018 01:51:21 +0000 (20:51 -0500)]
Update Makefile.libretro

5 years agoMerge pull request #183 from jdgleaver/negcon-fix
Twinaphex [Mon, 23 Jul 2018 11:36:44 +0000 (13:36 +0200)]
Merge pull request #183 from jdgleaver/negcon-fix

Fix negCon input mapping

5 years agoFix negCon input mapping
jdgleaver [Mon, 23 Jul 2018 11:01:04 +0000 (12:01 +0100)]
Fix negCon input mapping

5 years agoMerge pull request #178 from GTechAlpha/rp_fix_sw_fb
Twinaphex [Wed, 11 Jul 2018 08:13:53 +0000 (10:13 +0200)]
Merge pull request #178 from GTechAlpha/rp_fix_sw_fb

Fix zero-copy (software) buffer

5 years agoFix zero-copy (software) buffer
GTechAlpha [Wed, 11 Jul 2018 00:30:00 +0000 (19:30 -0500)]
Fix zero-copy (software) buffer

6 years agoMerge pull request #175 from retro-wertz/fix
hizzlekizzle [Fri, 8 Jun 2018 15:09:31 +0000 (10:09 -0500)]
Merge pull request #175 from retro-wertz/fix

Fix core not finding bios file

6 years agoFix core not finding bios file
retro-wertz [Fri, 8 Jun 2018 14:04:19 +0000 (22:04 +0800)]
Fix core not finding bios file

6 years agolibretro.c: Create pcsx_rearmed_memcard2 option to enable/disable memcard2
Malik Olivier Boussejra [Sun, 6 May 2018 19:05:46 +0000 (04:05 +0900)]
libretro.c: Create pcsx_rearmed_memcard2 option to enable/disable memcard2

Memcard2 defaults to being disabled. Indeed enabling it might break some
games.

Setting "pcsx_rearmed_memcard2" to "enabled" allows to use a memory card 2
file situated in the loaded game's directory with the filename
"pcsx-card2.mcd".

6 years agolibretro.c: Use common memory card 2 for all games
Malik Olivier Boussejra [Sat, 5 May 2018 09:24:51 +0000 (18:24 +0900)]
libretro.c: Use common memory card 2 for all games

Memory card 2 is in the same folder as the loaded game.

6 years agolibretro.c: Load memcard from file system
Malik Olivier Boussejra [Sat, 5 May 2018 08:40:12 +0000 (17:40 +0900)]
libretro.c: Load memcard from file system

6 years agoEnable memcard 2
Malik Olivier Boussejra [Sat, 5 May 2018 06:21:58 +0000 (15:21 +0900)]
Enable memcard 2

6 years agoMerge pull request #166 from netux79/master
hizzlekizzle [Thu, 26 Apr 2018 16:05:56 +0000 (11:05 -0500)]
Merge pull request #166 from netux79/master

Fix region core option.

6 years agoFix region core option. Fixed value to match setting and removed harcoded config...
Joe Rmz [Thu, 26 Apr 2018 00:43:32 +0000 (19:43 -0500)]
Fix region core option. Fixed value to match setting and removed harcoded config value.

6 years agoMerge pull request #165 from Kelduum/master
Twinaphex [Sun, 22 Apr 2018 20:31:24 +0000 (22:31 +0200)]
Merge pull request #165 from Kelduum/master

Changed default clock speed to 100% from 57% in non-lr build

6 years agoChanged default clock speed to 100% from 57%
Kelduum Revaan [Sun, 22 Apr 2018 19:59:39 +0000 (20:59 +0100)]
Changed default clock speed to 100% from 57%

Default to 100% CPU speed as most hardware can handle it nowadays using the dynamic recompiler.
If not, the option is in the advanced speed hacks menu, so in a logical place.

6 years agoMerge pull request #164 from webgeek1234/master
Twinaphex [Fri, 20 Apr 2018 04:45:00 +0000 (06:45 +0200)]
Merge pull request #164 from webgeek1234/master

Fix pbp loading on android armv7

6 years agoFix pbp loading on android armv7
Aaron Kling [Fri, 20 Apr 2018 04:38:18 +0000 (23:38 -0500)]
Fix pbp loading on android armv7

6 years agoMerge pull request #159 from webgeek1234/master
Twinaphex [Tue, 10 Apr 2018 12:02:18 +0000 (14:02 +0200)]
Merge pull request #159 from webgeek1234/master

Refactor android jni makefiles

6 years agoRefactor android jni makefiles
Aaron Kling [Mon, 9 Apr 2018 20:13:45 +0000 (15:13 -0500)]
Refactor android jni makefiles

6 years agoAdd missing libretro linker script
Aaron Kling [Mon, 9 Apr 2018 20:13:13 +0000 (15:13 -0500)]
Add missing libretro linker script

6 years agouse logger instead
radius [Tue, 10 Apr 2018 04:02:51 +0000 (23:02 -0500)]
use logger instead

6 years agoMerge pull request #157 from webgeek1234/master
Andrés [Wed, 4 Apr 2018 19:39:30 +0000 (14:39 -0500)]
Merge pull request #157 from webgeek1234/master

Fix android jni compile with clang

6 years agoFix android jni compile with clang
Aaron Kling [Wed, 4 Apr 2018 18:39:15 +0000 (13:39 -0500)]
Fix android jni compile with clang

6 years agoMerge pull request #152 from kwyxz/master
Twinaphex [Sun, 28 Jan 2018 05:30:13 +0000 (06:30 +0100)]
Merge pull request #152 from kwyxz/master

Fixed uname for Solaris + enabled Haiku build

6 years agoFixed uname for Solaris + enabled Haiku build
kwyxz [Sun, 28 Jan 2018 02:48:33 +0000 (02:48 +0000)]
Fixed uname for Solaris + enabled Haiku build

6 years agoMerge pull request #151 from kwyxz/master
Twinaphex [Tue, 23 Jan 2018 06:55:16 +0000 (07:55 +0100)]
Merge pull request #151 from kwyxz/master

PCSX Rearmed Solaris core

6 years agoThis is litterally all that was required to build on Solaris 11. Portability FTW.
kwyxz [Mon, 22 Jan 2018 21:49:27 +0000 (13:49 -0800)]
This is litterally all that was required to build on Solaris 11. Portability FTW.

6 years agoMerge pull request #146 from hevey/master
Twinaphex [Sat, 16 Dec 2017 16:03:43 +0000 (17:03 +0100)]
Merge pull request #146 from hevey/master

iOS Compilation Updates

6 years agoMerge branch 'master' into master
Glenn Hevey [Mon, 11 Dec 2017 10:25:06 +0000 (21:25 +1100)]
Merge branch 'master' into master

6 years agoMerge branch 'master' into master
Glenn Hevey [Mon, 11 Dec 2017 10:24:07 +0000 (21:24 +1100)]
Merge branch 'master' into master

6 years agoFixed ios9 compilation
Glenn [Mon, 11 Dec 2017 10:02:27 +0000 (21:02 +1100)]
Fixed ios9 compilation

6 years agochecks arm64 properly now
Glenn [Sun, 10 Dec 2017 19:42:51 +0000 (06:42 +1100)]
checks arm64 properly now

6 years agoMerge pull request #145 from libretro/revert-144-master
Twinaphex [Sun, 10 Dec 2017 17:35:42 +0000 (18:35 +0100)]
Merge pull request #145 from libretro/revert-144-master

Revert "Fixed building for arm64 (iOS)"

6 years agoRevert "Fixed building for arm64 (iOS)"
Twinaphex [Sun, 10 Dec 2017 17:35:35 +0000 (18:35 +0100)]
Revert "Fixed building for arm64 (iOS)"

6 years agoMerge pull request #144 from hevey/master
Twinaphex [Sun, 10 Dec 2017 14:43:58 +0000 (15:43 +0100)]
Merge pull request #144 from hevey/master

Fixed building for arm64 (iOS)

6 years agoFixed building for arm64 (iOS)
Glenn [Sun, 10 Dec 2017 12:25:01 +0000 (23:25 +1100)]
Fixed building for arm64 (iOS)

6 years agofix PCSX rearmed on windows
radius [Fri, 15 Sep 2017 04:21:22 +0000 (23:21 -0500)]
fix PCSX rearmed on windows

6 years agoMerge pull request #136 from meepingsnesroms/master
meepingsnesroms [Fri, 1 Sep 2017 18:26:54 +0000 (11:26 -0700)]
Merge pull request #136 from meepingsnesroms/master

Fix polygon issues

6 years agoFix polygon issues
meepingsnesroms [Fri, 1 Sep 2017 18:23:47 +0000 (11:23 -0700)]
Fix polygon issues

6 years agoMerge pull request #2 from libretro/master
meepingsnesroms [Fri, 1 Sep 2017 18:21:48 +0000 (11:21 -0700)]
Merge pull request #2 from libretro/master

Update from master

6 years agoMerge pull request #134 from yshui/fix
Twinaphex [Thu, 31 Aug 2017 00:04:42 +0000 (02:04 +0200)]
Merge pull request #134 from yshui/fix

Use dynamic base address for 3ds

6 years agoUse dynamic base address for 3ds too
Yuxuan Shui [Tue, 29 Aug 2017 02:35:18 +0000 (22:35 -0400)]
Use dynamic base address for 3ds too

Fixes #125

7 years agoMerge pull request #122 from hooby3dfx/patch-2
Twinaphex [Sun, 7 May 2017 23:42:45 +0000 (01:42 +0200)]
Merge pull request #122 from hooby3dfx/patch-2

Another minor update to no BIOS error string

7 years agoUpdate libretro.c
Bryan Barnes [Sun, 7 May 2017 22:46:33 +0000 (18:46 -0400)]
Update libretro.c

7 years agoMerge pull request #120 from pjft/pjft-experimental
Twinaphex [Sun, 7 May 2017 00:17:23 +0000 (02:17 +0200)]
Merge pull request #120 from pjft/pjft-experimental

Adding enable/disable dithering core option with support for Neon GPU

7 years agoAdding enable/disable dithering core option with support for Neon GPU
pjft [Sat, 6 May 2017 20:51:55 +0000 (21:51 +0100)]
Adding enable/disable dithering core option with support for Neon GPU

7 years agoMerge https://github.com/notaz/pcsx_rearmed
twinaphex [Wed, 3 May 2017 01:55:32 +0000 (03:55 +0200)]
Merge https://github.com/notaz/pcsx_rearmed

7 years agouse pc-relative offsets for PIC too
notaz [Tue, 2 May 2017 23:52:15 +0000 (02:52 +0300)]
use pc-relative offsets for PIC too

7 years agoMerge pull request #119 from LEGOAnimal22/master
Twinaphex [Wed, 26 Apr 2017 22:56:16 +0000 (00:56 +0200)]
Merge pull request #119 from LEGOAnimal22/master

Search for the newest version of the BIOS first

7 years agoSearch for the newest version of the BIOS first
LEGOAnimal22 [Wed, 26 Apr 2017 22:52:47 +0000 (16:52 -0600)]
Search for the newest version of the BIOS first

7 years agoMerge pull request #118 from bochecha/master
meepingsnesroms [Tue, 25 Apr 2017 17:35:06 +0000 (10:35 -0700)]
Merge pull request #118 from bochecha/master

Remove the git submodules

7 years agoRemove the git submodules
Mathieu Bridon [Tue, 25 Apr 2017 16:47:19 +0000 (18:47 +0200)]
Remove the git submodules

The paths were removed in 76e889bcfaf9776b071627e7e8c9bff0465f539c.

7 years agoMerge pull request #117 from hooby3dfx/patch-1
Twinaphex [Tue, 25 Apr 2017 07:00:31 +0000 (09:00 +0200)]
Merge pull request #117 from hooby3dfx/patch-1

More clear HLE BIOS error message

7 years agoMore clear HLE BIOS error message
Bryan Barnes [Mon, 24 Apr 2017 23:51:57 +0000 (19:51 -0400)]
More clear HLE BIOS error message

7 years ago(Android) Add APP_PLATFORM := android-9 to Application.mk
twinaphex [Sun, 16 Apr 2017 17:58:54 +0000 (19:58 +0200)]
(Android) Add APP_PLATFORM := android-9 to Application.mk

7 years agoTurn min into macro
twinaphex [Sun, 9 Apr 2017 13:49:52 +0000 (15:49 +0200)]
Turn min into macro

7 years agoMerge pull request #113 from meepingsnesroms/master
Twinaphex [Sun, 9 Apr 2017 13:34:17 +0000 (15:34 +0200)]
Merge pull request #113 from meepingsnesroms/master

Remove outdated platforms

7 years agoMerge pull request #115 from pjft/pjft-experimental
meepingsnesroms [Fri, 7 Apr 2017 23:59:01 +0000 (16:59 -0700)]
Merge pull request #115 from pjft/pjft-experimental

Adding "Enable Vibration" Core Option to LibRetro

7 years agoAdding "Enable Vibration" Core Option to LibRetro
pjft [Fri, 7 Apr 2017 11:19:05 +0000 (12:19 +0100)]
Adding "Enable Vibration" Core Option to LibRetro

7 years agoMove dummy functions
meepingsnesroms [Fri, 7 Apr 2017 17:10:32 +0000 (10:10 -0700)]
Move dummy functions

7 years agoRemove dead non retroarch platforms, prepare for second memcard
meepingsnesroms [Fri, 7 Apr 2017 16:14:29 +0000 (09:14 -0700)]
Remove dead non retroarch platforms, prepare for second memcard

7 years agoMerge pull request #1 from libretro/master
meepingsnesroms [Fri, 7 Apr 2017 16:12:17 +0000 (09:12 -0700)]
Merge pull request #1 from libretro/master

update from master

7 years agoThese are needed to reset on systems without a keyboard.
meepingsnesroms [Wed, 5 Apr 2017 21:50:53 +0000 (14:50 -0700)]
These are needed to reset on systems without a keyboard.

It is also not a bug that load state after pushing reset still resets,
this is the only way to make it work for now.

On mac it will actually crash the OS and make you reboot.

7 years agoMerge pull request #112 from yshui/master
meepingsnesroms [Tue, 4 Apr 2017 02:49:01 +0000 (19:49 -0700)]
Merge pull request #112 from yshui/master

Fixes for 3DS

7 years agoFix running on CTR: dyncache mmap doesn't specify MAP_FIXED anymore
Yuxuan Shui [Tue, 4 Apr 2017 02:32:58 +0000 (22:32 -0400)]
Fix running on CTR: dyncache mmap doesn't specify MAP_FIXED anymore

7 years agoFix build on CTR: CTR doesn't have neon
Yuxuan Shui [Tue, 4 Apr 2017 02:32:00 +0000 (22:32 -0400)]
Fix build on CTR: CTR doesn't have neon

7 years agoMerge pull request #109 from Kekun/master
Twinaphex [Fri, 10 Mar 2017 12:38:45 +0000 (13:38 +0100)]
Merge pull request #109 from Kekun/master

libretro: Remove reset in retro_run() hack

7 years agolibretro: Remove reset in retro_run() hack
Adrien Plazas [Fri, 10 Mar 2017 06:24:33 +0000 (07:24 +0100)]
libretro: Remove reset in retro_run() hack

Removes a hack breaking deserialization when running retro_reset(),
retro_unserialize() and retro_run() in this order, as it silently resets
the core just after setting its state.

7 years agodefine PATH_MAX if needed.
aliaspider [Thu, 2 Mar 2017 11:10:30 +0000 (12:10 +0100)]
define PATH_MAX if needed.

7 years ago(WIN32) move #define statements after all #include statements.
aliaspider [Thu, 2 Mar 2017 09:37:59 +0000 (10:37 +0100)]
(WIN32) move #define statements after all #include statements.

7 years agofix implicit-function-declaration warnings/errors.
aliaspider [Thu, 2 Mar 2017 08:40:25 +0000 (09:40 +0100)]
fix implicit-function-declaration warnings/errors.

7 years agoclean windows line endings in libpcsxcore/plugins.c
aliaspider [Thu, 2 Mar 2017 08:31:49 +0000 (09:31 +0100)]
clean windows line endings in libpcsxcore/plugins.c

7 years agoMerge pull request #101 from sergiobenrocha2/master
Twinaphex [Sat, 11 Feb 2017 20:22:43 +0000 (21:22 +0100)]
Merge pull request #101 from sergiobenrocha2/master

Use disabled/enabled instead, like other core settings.

7 years agoUse disabled/enabled instead, like other core settings.
Sérgio Benjamim [Sat, 11 Feb 2017 20:08:13 +0000 (18:08 -0200)]
Use disabled/enabled instead, like other core settings.

7 years agoFix buggy option being on by default
meepingsnesroms [Tue, 7 Feb 2017 19:08:15 +0000 (11:08 -0800)]
Fix buggy option being on by default

7 years agoMerge pull request #99 from orbea/revert-97-error
Alcaro [Sun, 29 Jan 2017 19:24:32 +0000 (20:24 +0100)]
Merge pull request #99 from orbea/revert-97-error

Revert "return false if info is NULL inside retro_load_game"

7 years agoRevert "return false if info is NULL inside retro_load_game"
orbea [Tue, 24 Jan 2017 23:49:46 +0000 (15:49 -0800)]
Revert "return false if info is NULL inside retro_load_game"

7 years agoMerge pull request #96 from orbea/zlib
Twinaphex [Tue, 24 Jan 2017 23:20:37 +0000 (00:20 +0100)]
Merge pull request #96 from orbea/zlib

Rename uncompress2 to avoid conflicts with zlib.h on some systems

7 years agoMerge pull request #98 from ilag11111/cheatSupport
meepingsnesroms [Tue, 24 Jan 2017 23:19:59 +0000 (15:19 -0800)]
Merge pull request #98 from ilag11111/cheatSupport

Enable support for multiline cheats.

7 years agoCleanup a bit more.
iLag [Tue, 24 Jan 2017 22:01:45 +0000 (14:01 -0800)]
Cleanup a bit more.

7 years agoEnable support for multiline cheats. All non hexdec characters will be read as delim...
iLag [Tue, 24 Jan 2017 21:56:59 +0000 (13:56 -0800)]
Enable support for multiline cheats.  All non hexdec characters will be read as delimiters and reformatted for PCSX's preferred format.

7 years agoMerge pull request #97 from orbea/error
Twinaphex [Tue, 24 Jan 2017 21:42:06 +0000 (22:42 +0100)]
Merge pull request #97 from orbea/error

return false if info is NULL inside retro_load_game

7 years agoRename uncompress2 to avoid conflicts with zlib.h on some systems. Fixes https:/...
orbea [Tue, 24 Jan 2017 20:56:08 +0000 (12:56 -0800)]
Rename uncompress2 to avoid conflicts with zlib.h on some systems. Fixes https://github.com/libretro/pcsx_rearmed/issues/87

7 years agoreturn false if info is NULL inside retro_load_game
orbea [Tue, 24 Jan 2017 20:48:44 +0000 (12:48 -0800)]
return false if info is NULL inside retro_load_game

7 years agoAdd option to display bootlogo
meepingsnesroms [Tue, 24 Jan 2017 02:44:28 +0000 (18:44 -0800)]
Add option to display bootlogo

7 years agoMerge pull request #94 from meepingsnesroms/master
Twinaphex [Sun, 22 Jan 2017 20:30:05 +0000 (21:30 +0100)]
Merge pull request #94 from meepingsnesroms/master

Fix crash on restart from menu

7 years agoFix crash on restart from menu
meepingsnesroms [Sun, 22 Jan 2017 20:24:45 +0000 (12:24 -0800)]
Fix crash on restart from menu

7 years agoMerge pull request #86 from andrewlxer/master
Twinaphex [Fri, 23 Dec 2016 02:02:12 +0000 (03:02 +0100)]
Merge pull request #86 from andrewlxer/master

Do some light multitap cleanup

7 years agoDo some light multitap cleanup
Andrew [Fri, 23 Dec 2016 01:28:39 +0000 (17:28 -0800)]
Do some light multitap cleanup

After seeing the regressions from multitap I took a quick look at the
code, and there's quite a bit of cleanup needed.

This fixes the initial really obvious stuff, a useless copy and a
duplicate in_keystate that can cause compilation issues, along with
bringing styling closer to the pcsx standard so it's a bit more readable.

The multitap changeset also seems to have been done with an editor that
mangled line endings, I'll address that in a followup commit.

7 years agoMerge pull request #85 from alexis-puska/master_merged
Twinaphex [Mon, 19 Dec 2016 21:47:05 +0000 (22:47 +0100)]
Merge pull request #85 from alexis-puska/master_merged

Master merged