Commit Graph

25943 Commits

Author SHA1 Message Date
twinaphex
c7eeb557fa (frontend) Start using string_is_empty 2015-12-26 07:45:19 +01:00
twinaphex
66449802e4 (menu) Start going through string_is_empty 2015-12-26 07:37:44 +01:00
twinaphex
1439a36174 (tasks) Start using string_is_empty 2015-12-26 07:23:13 +01:00
twinaphex
5ccea008ee Start using string_is_empty 2015-12-26 07:19:04 +01:00
twinaphex
f8ce509b21 Start using string_is_empty in more places 2015-12-26 07:13:43 +01:00
twinaphex
91f61afa16 Start using string_is_empty 2015-12-26 07:07:01 +01:00
Alcaro
7f6b47ae9e Remove nonsensical check. 2015-12-26 01:16:33 +01:00
twinaphex
5cdbe7e3cc Fixes some crucial bugs 2015-12-25 19:30:31 +01:00
twinaphex
dde68de466 Add new environment callback - RETRO_ENVIRONMENT_GET_CURRENT_SOFTWARE_FRAMEBUFFER 2015-12-25 19:29:14 +01:00
twinaphex
e4fe757457 Fix up Lakka bug 2015-12-25 15:16:32 +01:00
Twinaphex
2e6327f5ca Merge pull request #2596 from ctult/master
bad griffin, breaking vita
2015-12-25 08:15:54 +01:00
ctult
4364a93bf3 warning 2015-12-25 00:13:53 -07:00
ctult
6bdb491884 warning 2015-12-25 00:09:02 -07:00
ctult
c1792fe84e bad griffin, breaking vita 2015-12-25 00:02:52 -07:00
Twinaphex
fb952084c2 Merge pull request #2595 from ctult/master
Vita fixes?
2015-12-25 07:35:34 +01:00
ctult
209ca07383 fixed Vita maybe 2015-12-24 23:33:21 -07:00
ctult
0ca28e5d0f Revert "Vita fixes?"
This reverts commit e36e51ced9.
2015-12-24 23:31:07 -07:00
ctult
7f3b3a2034 zlib-less compilation issue 2015-12-24 23:29:32 -07:00
ctult
e36e51ced9 Vita fixes? 2015-12-24 23:25:47 -07:00
twinaphex
7df9efbffe Get rid of some warnings when compiling for targets with no threaded
video defined
2015-12-25 07:11:34 +01:00
Twinaphex
9640520c63 Merge pull request #2594 from ctult/master
a bit of static analysis
2015-12-25 07:09:50 +01:00
ctult
cebb95b0e3 a bit of static analysis
possible memory leaks and null pointer dereferences
2015-12-24 23:04:15 -07:00
twinaphex
7a3df7cd90 remove this obsolete code 2015-12-25 06:20:53 +01:00
twinaphex
71e2487e8b Implement RETRO_SIMD_MOVBE 2015-12-25 06:17:17 +01:00
twinaphex
8b130b3866 Add RETRO_SIMD_POPCNT and RETRO_SIMD_MOVBE 2015-12-25 06:14:57 +01:00
twinaphex
8ecae597e9 reuse x86_cpuid from performance.c 2015-12-25 06:10:29 +01:00
twinaphex
8da07f277b Fix some bad typos from Google engineers 2015-12-25 06:03:16 +01:00
Twinaphex
2baf636d38 Merge pull request #2593 from vanfanel/master
fixed segfault on exit caused by gl driver trying to free font contex…
2015-12-25 06:00:23 +01:00
vanfanel
36d079f104 fixed segfault on exit caused by gl driver trying to free font context driver when osd mesages were disabled 2015-12-25 05:47:47 +01:00
Twinaphex
8b1f1e3031 Merge pull request #2592 from vanfanel/master
fixed segfault when osd message rendering was disabled
2015-12-25 05:39:34 +01:00
vanfanel
886acba67f fixed segfault when osd message rendering was disabled 2015-12-25 05:27:28 +01:00
Twinaphex
5d35f5b0b6 Merge pull request #2590 from lakkatv/xmb
(Lakka) Allow firmware upgrades from the menu. Step 1.
2015-12-25 03:08:06 +01:00
Twinaphex
37f0579b17 Merge pull request #2591 from aliaspider/master
(3DS) update.
2015-12-25 03:06:59 +01:00
aliaspider
fdad936fab (3DS) update makefile. 2015-12-24 23:16:40 +01:00
aliaspider
90c08dfd12 (3DS) dsp audio driver: incorrect value was being used due to missing
parentheses, resulting in a random lockup. fixes #2587.
2015-12-24 23:11:25 +01:00
aliaspider
40ac911a05 build fix. 2015-12-24 21:17:44 +01:00
Jean-André Santoni
5496eb5f68 (Lakka) Allow firmware upgrades from the menu. Step 1. 2015-12-25 02:13:50 +07:00
aliaspider
06d4732dd7 fix griffin build. 2015-12-24 19:23:46 +01:00
Twinaphex
1181b31df8 Merge pull request #2584 from ctult/master
Starting to clean up netplay code
2015-12-24 18:01:23 +01:00
Twinaphex
030f380a6b Merge pull request #2586 from Monroe88/patch-3
(video_shader_parse.h) Increase max parameters to 128
2015-12-24 03:04:27 +01:00
Monroe88
e4894ded6d (video_shader_parse.h) Increase max parameters to 128 2015-12-23 19:39:09 -06:00
Twinaphex
2972f05042 Merge pull request #2585 from heuripedes/master
(retro_file.c) Get rid of uneeded error messages in retro_read_file()
2015-12-24 01:55:07 +01:00
Higor Eurípedes
5cbcd90707 (retro_file.c) Get rid of uneeded error messages in retro_read_file()
fseek/ftell lie about the file size in some filesystems (like sysfs) and
this makes the function complain about incomplete read when the file has
been fully read.
2015-12-23 21:20:26 -03:00
ctult
0ff9efc0e3 whoops 2015-12-23 13:48:29 -07:00
ctult
e78432b6cf Removed useless get_info 2015-12-23 13:29:30 -07:00
ctult
5bb3ab4d45 Starting to clean up netplay code 2015-12-23 13:25:28 -07:00
Twinaphex
9cf654367a (XMB) Fix memory leak 2015-12-23 13:47:53 +01:00
twinaphex
acb4682781 get rid of unused variable 2015-12-23 04:22:25 +01:00
twinaphex
466953fae8 remove this 2015-12-22 21:59:24 +01:00
aliaspider
8bc109a952 Merge pull request #2581 from thedax/update-to-latest-ctrulib
Update CTR (3DS) driver for the latest ctrulib SDK, fix a typo, and fix compilation errors.
2015-12-22 11:19:43 +01:00