32414 Commits

Author SHA1 Message Date
Andrés
37fe47c209 Merge pull request #3553 from RobLoach/patch-5
emscripten: Add a glowing animation when loading
2016-09-09 23:31:07 -05:00
Rob Loach
8abd55662f emscripten: Add a glowing animation when loading 2016-09-10 00:28:14 -04:00
radius
8b194788e7 fix invader url 2016-09-09 22:34:06 -05:00
radius
9a5dcabf36 use invader instead 2016-09-09 22:03:50 -05:00
radius
2b7f628bd9 remove this file 2016-09-09 22:02:52 -05:00
Andrés
d809a3a070 Merge pull request #3552 from RobLoach/preview
emscripten: Add a preview image while loading
2016-09-09 22:01:35 -05:00
Rob Loach
4163513ec7
emscripten: add a preview logo while loading 2016-09-09 22:46:31 -04:00
Andrés
834981d74a Merge pull request #3551 from RobLoach/patch-5
emscripten: fix disabling key strokes
2016-09-09 20:47:27 -05:00
radius
c366b20a5c update browserfs 2016-09-09 20:36:46 -05:00
nguillaumin
c69c488fdf Address code review comments 2016-09-09 18:08:54 -07:00
Andrés
558f24eeb4 Merge pull request #3550 from frangarcj/master
(VITA) Fix some bugs
2016-09-09 18:45:19 -05:00
Rob Loach
1201da9f36 emscripten: fix disabling key strokes
This fixes the key stroke actions.
2016-09-09 19:34:52 -04:00
Francisco José García García
01d23d5d68 (VITA) Fix some bugs 2016-09-10 01:20:34 +02:00
Twinaphex
1bf6887c59 Merge pull request #3548 from frangarcj/master
(VITA) Use pthreads
2016-09-09 17:56:34 +02:00
frangarcj
307f72a3cd (VITA) Fix pthreads 2016-09-09 17:14:50 +02:00
frangarcj
caffd7e3b0 Revert "(VITA) Use SDK sockets"
This reverts commit 5d1d1a1ed8620a5e164c0a0c84afa4fd5bfd774b.
2016-09-09 17:14:50 +02:00
frangarcj
731f3b093d (VITA) Use SDK sockets 2016-09-09 17:14:50 +02:00
frangarcj
e11b5cabd2 (VITA) Remove warnings 2016-09-09 17:14:50 +02:00
frangarcj
c3bf05de96 (VITA) Let's use SDK pthreads 2016-09-09 17:14:50 +02:00
twinaphex
4197d81dcf Update glsm.c 2016-09-09 16:04:23 +02:00
twinaphex
164d3b034c Get rid of OSX_PPC 2016-09-09 15:56:56 +02:00
radius
eb18aae600 (ems) upload content should go here instead 2016-09-09 00:30:07 -05:00
radius
7421059521 (ems) fix nit 2016-09-09 00:27:24 -05:00
radius
b883597272 (psp) add comment 2016-09-09 00:26:20 -05:00
radius
5dcfe3bb24 (ems) simplify code 2016-09-09 00:25:27 -05:00
radius
ff6861fc77 emscripten and psp frontend driver refinement 2016-09-09 00:12:48 -05:00
radius
9d7bb72c00 (psp) add missing paths as reference for vita 2016-09-09 00:06:13 -05:00
radius
d551b00787 emscripten and psp frontend driver cleanups 2016-09-08 23:56:43 -05:00
radius
8b2434a408 (ems) override F1 and other keys, use paths relative to the base url 2016-09-08 23:37:30 -05:00
twinaphex
934bd2d018 (Emscripten) Set pause_nonactive to false by default 2016-09-09 06:06:12 +02:00
twinaphex
1cc55dcae3 (FFT) fft_render - cleanup 2016-09-09 04:05:11 +02:00
twinaphex
0ceffb87f2 matrix_4x4_ortho - cleanup 2016-09-09 04:02:41 +02:00
twinaphex
8649852e18 (fft) Start making this more readable 2016-09-09 03:17:00 +02:00
Nicolas Guillaumin
05df632bd8 WIP: Fixes #2026 Screensaver suspend on Linux via Dbus
One some systems (tested with Gnome 3 on Arch Linux) the current method
of using `xdg-screensaver` to suspend the screensaver does not work.
Instead, using DBus to issue an `Inhibit` request is recommended.

The request returns a cookie that needs to be re-used to un-inhibit the
screensaver later. Additionally if the DBus connection is closed the
current inhibition is discarded. Thus, the DBus connection needs to stay
connected for the duration of the screenshot inhibition.

The code is heavily inspired from the [SDL 2.x
code](http://hg.libsdl.org/SDL/file/default/src/core/linux/SDL_dbus.c#l172).
I didn't call the SDL 2 code though since this it to fix the issue with
the GL driver, and I assume one would want to have screensaver inhibited
even when SDL 2 is not available (but GL is).

I've set "WIP" because:
* I haven't done C in a long time so my code is probably not great
* There's a dependency on DBus which I don't know is acceptable or
not
* I've put my code where I could to check it works, but `x11_common` may
not be the best place
* The code need and "init" and "deinit" kind of method as it needs to
initialise the DBus connection, and on deinit close it properly. I've
used `x11_connect` and `x11_window_destroy` but they don't sound like
the best choices.
* I'm a bit unclear as to what happens when "suspend screensaver" is
ticked on/off in the menu. This doesn't seem to call
`x11_suspend_screensaver` everytime, so I'm not sure if there's a hook
somewhere (as disabling screensaver suspend in the menu should cause a
DBus unhinibit request to be sent).
* Should I just call the SDL 2.x code (meaning that the GL driver would
depend on SDL 2.x at runtime)?

So, first of all are you ok with the approach, and if yes I'd gladly get
feedback about the code, how to architecture it and the best place to
put it.

Thanks!
2016-09-08 15:23:41 -07:00
Alcaro
ea9793a17c Merge pull request #3546 from libretro/revert-3539-_debug
Revert "Append _debug to debug builds and add file to .gitignore"
2016-09-08 18:23:34 +02:00
Alcaro
c9e4511e37 Revert "Append _debug to debug builds and add file to .gitignore" 2016-09-08 18:23:26 +02:00
twinaphex
e10fb993ff (core_impl.c) Cleanups 2016-09-08 16:25:40 +02:00
twinaphex
59363d2631 (PS3/PSP) Cleanups 2016-09-08 16:18:30 +02:00
twinaphex
2a1c93c718 (CTR) Cleanup 2016-09-08 16:16:28 +02:00
twinaphex
7bb93478db (HAVE_MENU) Buildfix 2016-09-08 14:28:59 +02:00
twinaphex
8e4683fa10 Compiles without HAVE_MENU defined again 2016-09-08 14:25:14 +02:00
twinaphex
dc0666555f Cleanups 2016-09-08 14:17:38 +02:00
twinaphex
4cf20fd2c3 (dynamic.c) Cleanups 2016-09-08 14:11:32 +02:00
twinaphex
cbba2f593f Cleanups 2016-09-08 13:29:50 +02:00
twinaphex
bc5c7571b5 (Wii) Cleanup 2016-09-08 13:20:50 +02:00
twinaphex
ebf04dab4f (PS3 Salamander) Fix build 2016-09-08 13:17:14 +02:00
twinaphex
e045ec237a Cleanup audio/test/snr.c 2016-09-08 12:10:38 +02:00
twinaphex
db6171676a Use retro_assert everywhere 2016-09-08 11:59:44 +02:00
twinaphex
ea4f85d860 (drivers_resampler) Style indent cleanups 2016-09-08 11:46:59 +02:00
twinaphex
60cdd730b1 (audio/drivers) Cosmetic cleanups 2016-09-08 11:41:58 +02:00