5209 Commits

Author SHA1 Message Date
Mahmood - Zer0xFF
ade7f38f7e libretro: update supported format 2019-12-31 21:03:40 +01:00
Mahmood - Zer0xFF
cc70ffda69 Disable early logs, set storage path for android 2019-12-31 21:03:40 +01:00
Mahmood - Zer0xFF
ab26440574 Code style fixes. 2019-12-31 21:03:40 +01:00
Mahmood - Zer0xFF
282b6db31a compile with PIC when building libretro cores... maybe enable it by default? 2019-12-31 21:03:40 +01:00
Mahmood - Zer0xFF
b165572ad5 Appveyor: Build an deploy Windows Libretro Core 2019-12-31 21:03:40 +01:00
Mahmood - Zer0xFF
aab8dcab4b Travis: build libretro cores 2019-12-31 21:03:40 +01:00
Mahmood - Zer0xFF
1421ae2d27 Fix iOS build 2019-12-31 21:03:40 +01:00
Mahmood - Zer0xFF
2c8444b453 Fix Android build 2019-12-31 21:03:40 +01:00
Mahmood - Zer0xFF
4ec4e59e7a Select correct OpenGL version 2019-12-31 21:03:40 +01:00
Mahmood - Zer0xFF
b8c5eefdac Add Android Audio support 2019-12-31 21:03:40 +01:00
Mahmood - Zer0xFF
bc51c5c0e8 Cleanup 2019-12-31 21:03:40 +01:00
Mahmood - Zer0xFF
d2731a3a30 Prepare CMakeLists.txt for Android/iOS builds 2019-12-31 21:03:40 +01:00
Mahmood - Zer0xFF
46d5203dec Update CMakelists.txt 2019-12-31 21:03:40 +01:00
Mahmood - Zer0xFF
af14520c15 Prepare for non windows builds 2019-12-31 21:03:40 +01:00
Mahmood - Zer0xFF
148bcf95fd libretro: add save state support 2019-12-31 21:03:38 +01:00
Mahmood - Zer0xFF
7b4ff10de1 libretro: pass ram, for cheat system 2019-12-31 21:02:57 +01:00
Mahmood - Zer0xFF
d3308e727b Cleanup: fix multiplier selection, set base resolution to PS2 default, use internal rendering resolution before rendering 2019-12-31 21:02:57 +01:00
Mahmood - Zer0xFF
b4c7777b84 Initial Libretro implementation 2019-12-31 21:02:35 +01:00
Mahmood - Zer0xFF
409ec5a8d0 allow GS to run in non-/threaded mode 2019-12-29 17:35:52 +01:00
Jean-Philip Desjardins
bd485299c9 Make cdvd_ee_driver stoppable and unloadable, even if it doesn't exist. 2019-12-20 21:27:21 -05:00
Jean-Philip Desjardins
95584611ca Add a no link threshold for recycled blocks.
Significatively improves speed of Jak series games.
2019-12-20 21:25:33 -05:00
Jean-Philip Desjardins
07592cd138 Recycle compiled blocks. 2019-12-18 07:44:52 -05:00
Jean-Philip Desjardins
d1c878b8fc
Merge pull request #835 from xsacha/patch-1
Remove boost dependency
2019-12-10 09:33:59 -05:00
Sacha
4553d14f1b
Remove boost dependency
Boost has already been removed from the project, but this include somehow lasted and was causing an error if boost was not available.
2019-12-10 15:44:29 +10:00
Jean-Philip Desjardins
bbabbdf71f
Merge pull request #833 from Zer0xFF/path_fix
Fix path builder
2019-12-04 18:22:07 -05:00
Mahmood - Zer0xFF
5c641e983a use Iop::PathUtils::MakeHostPath() in CDirectoryDevice 2019-12-04 21:01:33 +00:00
Mahmood - Zer0xFF
84ff0d6bee move MakeHostPath(...) to seperate namespace 2019-12-04 21:01:24 +00:00
Mahmood - Zer0xFF
54314b4828 use MakeHostPath(...) in GetEntSpace(...) 2019-12-04 00:17:48 +00:00
Jean-Philip Desjardins
321b0175c9
Merge pull request #829 from Zer0xFF/iop
IOP memory patch
2019-11-27 19:12:40 -05:00
Jean-Philip Desjardins
63cada16dd
Merge pull request #832 from Zer0xFF/patch-3
add missing break in CStdio::PrintFormatted(...)
2019-11-27 14:28:09 -05:00
Zer0xFF
5f99f071f6
add missing break in CStdio::PrintFormatted(...) 2019-11-27 16:10:35 +00:00
Mahmood - Zer0xFF
27ba6413cc rearrange IOP memory reserve to reduce foot print 2019-11-27 00:41:10 +00:00
Mahmood - Zer0xFF
53516a6e96 reserve IOP Mem addr 0x480 for intr handler table, set CDVDROM fake handler 2019-11-26 13:19:31 +00:00
Jean-Philip Desjardins
f4138594a5
Merge pull request #831 from Zer0xFF/linux
remove libc from AppImage
2019-11-25 18:59:46 -05:00
Mahmood - Zer0xFF
e02ea8b09a dont include libc, as it will cause issues with newer OSs 2019-11-25 22:23:55 +00:00
Jean-Philip Desjardins
e4be679482
Merge pull request #822 from Zer0xFF/linux
Travis Linux Cleanup
2019-11-24 22:18:03 -05:00
Jean-Philip Desjardins
04c76f2019
Merge pull request #828 from guoyunhe/update-dependencies
Update submodules to solve GLEW issue
2019-11-24 18:49:59 -05:00
Guo Yunhe
9baf40109d Update submodules to solve GLEW issue 2019-11-25 01:06:34 +02:00
Jean-Philip Desjardins
6979883cb4 Code style fixes. 2019-11-21 12:30:08 -05:00
Jean-Philip Desjardins
24c0967d64 Make sure GetAvailableBits won't return a negative value. 2019-11-21 12:30:08 -05:00
Jean-Philip Desjardins
55a40e9871 Make the change to IPU_CMD register behavior less intrusive. 2019-11-21 12:30:08 -05:00
Jean-Philip Desjardins
487a419ecf Remove useless asserts. 2019-11-21 12:30:08 -05:00
Jean-Philip Desjardins
08e8e45615 Add default values to intra & non-intra IQ matrices. 2019-11-21 12:30:08 -05:00
Jean-Philip Desjardins
b51c17bc5a Various IPU tests 2019-11-21 12:30:08 -05:00
Jean-Philip Desjardins
d198271eb1 Update submodules. 2019-11-19 13:45:29 -05:00
Jean-Philip Desjardins
0a39bd9827 Code style fix. 2019-11-17 10:56:21 -05:00
Jean-Philip Desjardins
9ef60706e1 Add exception for VU SUB instruction which is meant to clear a register.
Avoid potential NaN FPU exceptions.
2019-11-16 16:22:06 -05:00
Jean-Philip Desjardins
1675217d1e Enable receiving IPU DMA transfers from SPR.
(cherry picked from commit 57a130b99c4b02f9bbd1bffa0c6e1f1d2b43e287)
2019-11-04 12:53:34 -05:00
Jean-Philip Desjardins
41a24232fe Fillchar can only be 0 or a space. 2019-11-04 12:53:33 -05:00
Jean-Philip Desjardins
5724fc65e2
Merge pull request #823 from guoyunhe/use-system-nlohmann-json
Use system nlohmann_json library if available
2019-11-04 12:49:55 -05:00