54074 Commits

Author SHA1 Message Date
Autechre
0bf6c9b239
Merge pull request #10778 from guoyunhe/fix-line-breaks
Fix line breaks for Crowdin
2020-06-04 11:53:13 +02:00
Guo Yunhe
171dd52984 Synchronize translations 2020-06-04 12:40:25 +03:00
Francisco José García García
27a0e6a1a4 [VITA] Change error name to vgl_error 2020-06-03 20:48:16 +02:00
Francisco José García García
13b5450ff9 [GL1] Initial changes for hw context without FBO 2020-06-03 20:48:16 +02:00
Autechre
9e908b1255
Merge pull request #10781 from tunip3/master
improve performance by enabling game mode
2020-06-03 18:08:39 +02:00
tunip3
fed9490471
improve performance by enabling game mode
by using
<rescap:Capability Name="expandedResources" />
it should hopefully enable game mode and improve performance, especially on xbox one
https://docs.microsoft.com/en-us/windows/win32/api/_gamemode/
2020-06-03 16:57:36 +01:00
Guo Yunhe
898bed26f0 Fix line breaks for Crowdin 2020-06-03 16:49:43 +03:00
Autechre
cfcb107caf
Merge pull request #10771 from guoyunhe/key-format
Change keys to upper case
2020-06-03 14:05:41 +02:00
Autechre
26a5fdcba4
Merge pull request #10772 from guoyunhe/fix-ctx-scale-msg
Avoid duplicate keys
2020-06-03 14:05:16 +02:00
Jamiras
6e5b786329 report API errors when unlocking achievements or submitting leaderboards 2020-06-02 22:03:35 -06:00
Francisco José García García
ec5dcce74c [VITA] Fix name clash 2020-06-02 18:31:03 +02:00
Francisco José García García
4439e2fcb5 Squashed 'deps/vitaGL/' changes from fb87308d15..c816fec50f
c816fec50f Added stride arg to vglBindPackedAttribLocation.
07f4380e60 Added glUniform1i implementation.

git-subtree-dir: deps/vitaGL
git-subtree-split: c816fec50f823f1a7ee082042d5159dbdf16e46c
2020-06-02 18:31:03 +02:00
Guo Yunhe
2c635e9e1b Avoid duplicate keys 2020-06-02 11:15:12 +03:00
Guo Yunhe
e9916df9d0 Change keys to upper case 2020-06-02 10:28:00 +03:00
Autechre
ff65c836c2
Update CHANGES.md 2020-06-01 19:27:23 +02:00
twinaphex
6083450d4e Ensure save states are correctly flushed to disk when quitting RetroArch (fixes broken save states when exiting RetroArch - without first closing content - with 'Auto Save State' enabled) 2020-06-01 17:39:52 +02:00
Francisco José García García
ba0d5705fc [VITA] Fix vitagl clash with function names 2020-06-01 14:16:53 +02:00
twinaphex
5644bd43b1 Pass p_rarch pointer around 2020-06-01 12:15:18 +02:00
twinaphex
4163a84d62 Pass p_rarch pointer around 2020-06-01 12:00:30 +02:00
Rinnegatamante
14a6c42e0d [VITA] Using a global to prevent erroneous vitaGL re-initializations. 2020-06-01 11:12:16 +02:00
twinaphex
072a93d00c Cleanups 2020-06-01 03:10:29 +02:00
twinaphex
b8faf43040 Buildfix 2020-06-01 03:04:45 +02:00
twinaphex
433547caa0 Cleanups 2020-06-01 03:02:07 +02:00
twinaphex
a9495b8846 Buildfix 2020-06-01 03:01:53 +02:00
twinaphex
293e45f551 Cleanups 2020-05-31 23:38:18 +02:00
twinaphex
0427f08511 Cleanup 2020-05-31 23:06:03 +02:00
twinaphex
76ee0ab97e Cleanups 2020-05-31 22:24:06 +02:00
twinaphex
24d4547605 Cleanups 2020-05-31 22:16:12 +02:00
twinaphex
fb7589e253 Move g_extern and retro_ctx and current_core into RetroArch
global state
2020-05-31 21:59:35 +02:00
twinaphex
99a971b105 OSX Buildfixes 2020-05-31 19:55:01 +02:00
twinaphex
c2be385fe4 Move more globals to state struct 2020-05-31 19:37:26 +02:00
twinaphex
1392afea46 Move more to global state 2020-05-31 19:31:32 +02:00
Francisco José García García
5fe273195b [VITA] Disable sqrtfv 2020-05-31 18:04:10 +02:00
Francisco José García García
a10abdd929
Merge pull request #10750 from libretro/vitagl
VitaGL and Math-neon update
2020-05-31 17:26:43 +02:00
Francisco José García García
ae9bdba06f Merge commit 'af97efdc17a1215a63a9ee639cf9361876ded50d' as 'deps/math-neon' 2020-05-31 17:24:53 +02:00
Francisco José García García
af97efdc17 Squashed 'deps/math-neon/' content from commit bf34c68a8e
git-subtree-dir: deps/math-neon
git-subtree-split: bf34c68a8e141f7e6f37040da9311b07f1bbe529
2020-05-31 17:24:53 +02:00
Francisco José García García
b2f61389ff [VITA] Remove math-neon 2020-05-31 17:24:11 +02:00
Francisco José García García
e16ae7a641 Merge commit '56797b8841ab5a9a9d7a9ab82383567300361252' 2020-05-31 17:18:53 +02:00
Francisco José García García
56797b8841 Squashed 'deps/vitaGL/' changes from 9a6e4b3397..fb87308d15
fb87308d15 Added vglBindPackedAttribLocation.
7e933f6051 Added NO_DEBUG compile option.
28e8516718 Faster textures storing when format is the same as internal format.

git-subtree-dir: deps/vitaGL
git-subtree-split: fb87308d15a387d2549fb45d860b3d87ede8a0ca
2020-05-31 17:18:53 +02:00
Francisco José García García
ec336442bd
Merge pull request #10749 from libretro/vitagl
VitaGL fixes
2020-05-31 17:14:23 +02:00
Francisco José García García
f976078ef2 [VITA] GL fixes 2020-05-31 17:10:26 +02:00
twinaphex
dd8ba82513 Move more variables to global state 2020-05-31 16:41:03 +02:00
twinaphex
c8c54b61ef Move static global variables to struct 2020-05-31 11:07:38 +02:00
twinaphex
2016218fc7 Cleanups 2020-05-31 10:27:29 +02:00
twinaphex
994dfa714b (retroarch.c) Reorganize global variables 2020-05-31 09:37:29 +02:00
twinaphex
b695ef4591 Move more variables to RetroArch global state 2020-05-31 07:12:33 +02:00
twinaphex
78d1efac12 Move more static variables to RetroArch global state 2020-05-31 05:57:26 +02:00
twinaphex
fd84dc5e24 Only log messages for input descriptors/set_controller_info and other
libretro callbacks if core logging level is set to DEBUG
2020-05-31 05:41:07 +02:00
twinaphex
3ad6c9c84b Merge branch 'master' of https://github.com/libretro/RetroArch 2020-05-31 05:37:32 +02:00
twinaphex
0135a33a7c Move more variables to RetroArch global struct 2020-05-30 17:16:45 +02:00