Alcaro
|
e559085540
|
Merge pull request #3407 from meleu/screenshot_with_gamename
Screenshot with gamename
|
2016-08-19 22:08:34 +02:00 |
|
meleu
|
db204afc9c
|
changes based on the @Alcaro suggestions
Suggestions made here: https://github.com/libretro/RetroArch/pull/3407
|
2016-08-19 16:31:13 -03:00 |
|
twinaphex
|
acf76f6a58
|
(libretro-common) Simplify compat_ctz
|
2016-08-19 20:18:04 +02:00 |
|
twinaphex
|
a27f042731
|
Start preparing XMB for Vita
|
2016-08-19 19:10:31 +02:00 |
|
meleu
|
c92efacebe
|
avoid problems if ROM name has percents
As @Alcaro noted here: https://github.com/libretro/RetroArch/pull/3407
|
2016-08-19 10:13:33 -03:00 |
|
meleu
|
01abbe3d4d
|
screenshot filename "game name-yymmdd-hhmmss.ext"
replaced fill_dated_filename() by fill_str_dated_filename() to add the game name to the screenshot.
|
2016-08-19 08:53:14 -03:00 |
|
meleu
|
e1f4b41bb6
|
added fill_str_dated_filename() prototype
|
2016-08-19 08:49:09 -03:00 |
|
meleu
|
4e44ab99a1
|
added fill_str_dated_filename() function
This function creates a 'dated' filename prefixed by the string `in_str`, and concatenates extension (`ext`) to it.
|
2016-08-19 08:45:58 -03:00 |
|
Twinaphex
|
4b9ced1cd8
|
Merge pull request #3405 from frangarcj/master
(VITA) Add threads support
|
2016-08-19 08:54:24 +02:00 |
|
Francisco José García García
|
6e920f17dc
|
(VITA) Add threads support
|
2016-08-19 02:59:25 +02:00 |
|
Twinaphex
|
bdd26ba5db
|
Merge pull request #3404 from lakkatv/master
(XMB) Allow hiding some tabs
|
2016-08-18 17:27:43 +02:00 |
|
Jean-André Santoni
|
04fb4f6dde
|
(XMB) Allow hiding some tabs
|
2016-08-18 16:42:39 +02:00 |
|
Jean-André Santoni
|
4228e3dcc3
|
Revert "Reworked xmb driver to allow tab hiding"
This reverts commit 069a9cbfe636cd9f89fdc56c3a7cf851dbb144b4.
|
2016-08-18 14:06:54 +02:00 |
|
Andrés
|
a2529620ad
|
Merge pull request #3401 from RobLoach/tweaks
[Emscripten] Add design tweaks to the player
|
2016-08-17 14:44:55 -05:00 |
|
Rob Loach
|
b20c843fa8
|
[Emscripten] Add design tweaks to the player
|
2016-08-17 15:43:35 -04:00 |
|
Andrés
|
a7be733902
|
Merge pull request #3400 from RobLoach/patch-4
[Emscripten] Add some spacing above Start controls
|
2016-08-17 14:26:00 -05:00 |
|
Rob Loach
|
edb0e974d7
|
[Emscripten] Add some spacing above Start controls
|
2016-08-17 15:25:28 -04:00 |
|
Andrés
|
2723fe59a0
|
Merge pull request #3398 from RobLoach/patch-3
[Emscripten] Clean up the log textarea
|
2016-08-17 13:54:12 -05:00 |
|
Andrés
|
2f2d5f0265
|
Merge pull request #3397 from RobLoach/patch-2
[Emscripten] Center-align and darken the player
|
2016-08-17 13:54:04 -05:00 |
|
Rob Loach
|
53ccbcc27a
|
[Emscripten] Use the Bootstrap control for the log
|
2016-08-17 14:23:24 -04:00 |
|
Rob Loach
|
dd8b19578b
|
[Emscripten] Fix the CSS styling for the log
|
2016-08-17 14:22:21 -04:00 |
|
Rob Loach
|
60eddd189d
|
[Emscripten] Improve the textarea styling
|
2016-08-17 14:17:26 -04:00 |
|
Rob Loach
|
b7efb36099
|
[Emscripten] Center-align and darken the player
|
2016-08-17 14:11:48 -04:00 |
|
Andrés
|
98b2712dfb
|
Merge pull request #3396 from RobLoach/vsync
[Emscripten] Fix disabling the vsync
|
2016-08-17 13:02:00 -05:00 |
|
Twinaphex
|
a8023b4957
|
Merge pull request #3395 from gitghostcoder/master
Reworked xmb driver to allow tab hiding
|
2016-08-17 19:53:09 +02:00 |
|
Rob Loach
|
6db5a423fa
|
Update webplayer.js
|
2016-08-17 13:52:39 -04:00 |
|
Rob Loach
|
7602ce5bc9
|
[Emscripten] Fix disabling the vsync
|
2016-08-17 13:50:43 -04:00 |
|
Ghost Coder
|
069a9cbfe6
|
Reworked xmb driver to allow tab hiding
|
2016-08-17 11:28:42 -05:00 |
|
twinaphex
|
eb83d6dfc0
|
(configuration.c) Plug memory leaks
|
2016-08-17 17:48:13 +02:00 |
|
Alcaro
|
51b44bc317
|
Merge pull request #3393 from libretro/revert-3341-master
Revert "[bugged] Reworked xmb driver to allow tab hiding"
|
2016-08-17 15:07:28 +02:00 |
|
Alcaro
|
32a56d2738
|
Revert "[bugged] Reworked xmb driver to allow tab hiding"
|
2016-08-17 15:07:17 +02:00 |
|
Alcaro
|
4ce3683333
|
Fix indentation derp
|
2016-08-17 13:53:41 +02:00 |
|
twinaphex
|
ff07d3569b
|
Move menu_update_libretro_info to menu_driver.c
|
2016-08-17 12:51:26 +02:00 |
|
Twinaphex
|
f26044678d
|
Merge pull request #3341 from gitghostcoder/master
[bugged] Reworked xmb driver to allow tab hiding
|
2016-08-17 09:45:47 +02:00 |
|
Andrés
|
c328a37d2a
|
Merge pull request #3391 from RobLoach/emscripten-update
Add Bootstrap Styles
|
2016-08-17 02:17:19 -05:00 |
|
Rob Loach
|
01665b5387
|
Add Tether for Bootstrap support
|
2016-08-17 02:13:51 -04:00 |
|
Rob Loach
|
2826524685
|
Add Bootstrap styles to emscripten
|
2016-08-17 02:11:26 -04:00 |
|
Andrés
|
e8ca9eb623
|
Merge pull request #3390 from RobLoach/emscripten
Move emscripten JS/CSS to split files
|
2016-08-16 23:54:23 -05:00 |
|
Rob Loach
|
361949e89a
|
Add JS/CSS documentation
|
2016-08-16 23:35:25 -04:00 |
|
Rob Loach
|
6dfb76b669
|
Move emscripten JS/CSS to split files
|
2016-08-16 23:32:45 -04:00 |
|
Twinaphex
|
74c711fb51
|
Merge pull request #3389 from RobLoach/patch-2
Remove browserfs.min.js because it's not used
|
2016-08-17 05:28:09 +02:00 |
|
Rob Loach
|
6ac4be7a73
|
Remove browserfs.min.js because it's not used
We are using browserfs.js, but not touching the minified version of it.
|
2016-08-16 23:10:28 -04:00 |
|
twinaphex
|
602d076aef
|
(libco) Add libco for PSP2/Vita
|
2016-08-15 04:28:08 +02:00 |
|
Twinaphex
|
c51e25f926
|
Merge pull request #3386 from frangarcj/master
(VITA) Fix setting aspect ratio
|
2016-08-15 02:53:52 +02:00 |
|
Francisco José García García
|
70f16cddda
|
(VITA) Fix setting aspect ratio
|
2016-08-15 02:39:34 +02:00 |
|
radius
|
0a382f43bc
|
disable the console again on release builds
|
2016-08-13 20:13:40 -05:00 |
|
Twinaphex
|
563af1ea68
|
Merge pull request #3382 from Ezio-PS/master
(PS3) Fix the packaging for the cex build
|
2016-08-13 20:52:04 +02:00 |
|
U-Huygens-PC\Bibibi
|
e06a9583f3
|
Fix new paths for the cex and dex ps3 build
|
2016-08-13 14:20:49 +02:00 |
|
U-Huygens-PC\Bibibi
|
9bedbb9af8
|
Move ICON0.PNG, PARAM.SFO and USRDIR folder from pkg/ps3 to pkg/ps3/SSNE10000
|
2016-08-13 14:09:56 +02:00 |
|
U-Huygens-PC\Bibibi
|
1d6a6e91d4
|
Add and update comments
|
2016-08-13 13:56:18 +02:00 |
|