Twinaphex
16c56eb9f3
Merge pull request #7823 from fjtrujy/feature/ps2Support
...
PS2 Support QuickNes
2018-12-26 18:00:23 +01:00
Francisco Javier Trujillo Mata
9ec293bb5b
Including fjtrujy in the list of Authors ;)
2018-12-26 14:26:46 +01:00
Francisco Javier Trujillo Mata
0224bf22b2
Add release option in the Makefile.ps2
2018-12-26 14:17:25 +01:00
Francisco Javier Trujillo Mata
38397370e6
Apply proper color correction for 16 bits
2018-12-26 14:17:25 +01:00
Francisco Javier Trujillo Mata
69ad3273b9
Disable use of setvbuf
for the PS2
2018-12-26 14:17:25 +01:00
Francisco Javier Trujillo Mata
5b7a71abd3
Make logs work for the PS2
2018-12-26 14:17:25 +01:00
Francisco Javier Trujillo Mata
282e688ee6
Cleaning not needed libraries for the PS2
2018-12-26 14:17:25 +01:00
Francisco Javier Trujillo Mata
40b028ebce
Replace malloc for calloc in the ps2_gfx
2018-12-26 13:48:48 +01:00
Francisco Javier Trujillo Mata
90ba2df972
Put proper license in the files for the PS2 development
2018-12-26 13:48:48 +01:00
Twinaphex
1b94483078
Merge pull request #7819 from orbea/patch
...
cli: Fix the --no-patch argument.
2018-12-26 04:46:32 +01:00
Twinaphex
8845b674fd
Merge pull request #7821 from fr500/master
...
try to fix #7811
2018-12-26 04:46:05 +01:00
Twinaphex
5e1ec17742
Merge pull request #7804 from fr500/fixes
...
reset on hardcore enable
2018-12-26 04:45:43 +01:00
radius
6e25978be5
try to fix #7811
2018-12-25 20:23:56 -05:00
radius
bcfa332be9
stop litering emmmc for temporary files
2018-12-25 20:18:19 -05:00
orbea
80ed61f257
cli: Fix the --no-patch argument.
...
Fixes https://github.com/libretro/RetroArch/issues/5885
First bad commit:
d28c138d09
2018-12-25 13:12:59 -08:00
Jean-André Santoni
fcf75fda17
Merge pull request #7675 from natinusala/lakka-restart
...
Lakka: rename Quit RetroArch to Restart RetroArch (english & french)
2018-12-26 00:10:01 +07:00
orbea
7e2aafa382
menu: Reset initial menu position after selecting a core.
...
Fixes https://github.com/libretro/RetroArch/issues/2506 (Again)
v2: Only reset the menu posiition after selecting a core and not when
just toggling the menu.
2018-12-24 22:45:19 -08:00
Twinaphex
c9a0b8c42d
Merge pull request #7815 from orbea/glui
...
materialui: Move 'Start Core' before 'Load Core'.
2018-12-25 03:14:08 +01:00
orbea
476abf7dad
materialui: Move 'Start Core' before 'Load Core'.
...
This matches other menu drivers better where its already like this in
rgui, xmb and ozone.
2018-12-24 15:32:24 -08:00
Twinaphex
3ad6ca75cc
Merge pull request #7814 from fr500/master
...
allow playing video from http/https sources
2018-12-24 12:39:30 +01:00
radius
abc31fa092
allow playing video from http/https sources
2018-12-24 00:49:19 -05:00
twinaphex
374384128c
Revert "(D3D8/D3D9) Buildfixes"
...
This reverts commit 992d221af9d65472ae11a03dce947d93275b76de.
2018-12-24 03:34:58 +01:00
Twinaphex
4bd5e23601
Merge pull request #7812 from libretro/revert-7807-fix-2791-black-bug
...
Revert "Fix issue #2791 black bug"
2018-12-24 03:33:28 +01:00
Twinaphex
1aee59f9f4
Revert "Fix issue #2791 black bug"
2018-12-24 03:33:18 +01:00
twinaphex
992d221af9
(D3D8/D3D9) Buildfixes
2018-12-24 03:31:01 +01:00
Twinaphex
740cf4034e
Merge pull request #7810 from fr500/master
...
fix #935 thanks to @bparker
2018-12-24 01:58:53 +01:00
radius
d2a2878b2c
fix #935 thanks to @bparker
2018-12-23 19:55:26 -05:00
Twinaphex
8c4587d83a
Merge pull request #7808 from orbea/assets
...
Makefile: Install assets only for enabled menus.
2018-12-24 00:37:03 +01:00
Twinaphex
5d0e430c23
Merge pull request #7807 from daliaetnano/fix-2791-black-bug
...
Fix issue #2791 black bug
2018-12-24 00:36:50 +01:00
Twinaphex
30fc94ae19
Merge pull request #7809 from orbea/ozone
...
ozone: Fix crash with menu_use_preferred_system_color_theme.
2018-12-24 00:35:23 +01:00
radius
90d816f31a
reset on toggle everytime
2018-12-23 16:24:18 -05:00
orbea
d51b801221
ozone: Fix crash with menu_use_preferred_system_color_theme.
...
Fixes https://github.com/libretro/RetroArch/issues/7805
2018-12-23 11:41:43 -08:00
orbea
c079a2f953
Makefile: Install assets only for enabled menus.
...
Currently RetroArch will install assets for xmb, materialui and ozone
unconditionally.
This change will now only install assets when RetroArch is compiled
with support for the relevant menu driver. This also exposes assets
from the nuklear and zarch menu drivers which are still disabled by
default.
2018-12-23 09:55:05 -08:00
Nano
770bd52411
Fix issue #2791 black bug
2018-12-23 18:31:21 +01:00
Twinaphex
80371728e1
Merge pull request #7806 from langerhans/phoenix-gradle
...
Android: Implement Gradle build for easy debugging
2018-12-23 18:31:07 +01:00
langerhans
3c5a391c9e
Android: Implement Gradle build for easy debugging
...
Adds a CoreSideLoadingActivity to sideload cores for debugging purposes.
Adds instructions on how to debug both the RetroArch frontend and cores from within Android Studio
Co-authored-by: natinusala <natinusala@gmail.com>
2018-12-23 18:02:38 +01:00
radius
6eae0df010
reset on hardcore enable
2018-12-23 11:16:55 -05:00
Twinaphex
0d7cb7edc2
Merge pull request #7801 from markwkidd/patch-6
...
Update theme selection sublabel in msg_hash_us.h
2018-12-23 16:53:51 +01:00
markwkidd
2675fa26c0
Update theme selection sublabel in msg_hash_us.h
...
This PR updates the sub-label for the Menu Icon Theme in order to:
1. remove the outdated instruction to restart RA
2. reflect that the theme setting controls more than just icons
2018-12-23 10:16:18 -05:00
Twinaphex
c46e3468e2
Merge pull request #7796 from orbea/xmb
...
xmb: Don't show a black background without assets.
2018-12-23 13:39:33 +01:00
Twinaphex
0f06734d0a
Merge pull request #7799 from fr500/master
...
fix #7002
2018-12-23 11:35:57 +01:00
CozmoP
ab9c235cfa
Qt: Initialize m_thumbnailType.
2018-12-23 02:59:42 +01:00
radius
0b8e39dd6b
fix #7002
2018-12-22 20:36:42 -05:00
CozmoP
e484f30af6
revert commit e981afcca8
2018-12-23 01:10:04 +01:00
CozmoP
6382bc48c3
Merge branch 'master' into modelview
2018-12-23 00:55:12 +01:00
orbea
45c85aa6fe
xmb: Don't show a black background without assets.
...
This also now only hides the time icon instead of the entire time
without assets.
Fixes https://github.com/libretro/RetroArch/issues/7795
2018-12-22 15:51:43 -08:00
CozmoP
e0c01d658d
Revert "Qt: Implement custom playlist model and grid view."
...
This reverts commit 240856f19c0adcb77af8f6ac7e6aea41f8e458fc.
2018-12-23 00:46:44 +01:00
CozmoP
ca9952ceef
Qt: make grid view customizable by stylesheet
2018-12-23 00:45:00 +01:00
Twinaphex
e3235eeef4
Merge pull request #7785 from orbea/ozone
...
Makefile: Install ozone assets.
2018-12-22 19:45:46 +01:00
Twinaphex
456b891994
Merge pull request #7788 from orbea/quotes
...
qb: Minor cleanup.
2018-12-22 19:45:37 +01:00