Commit Graph

43021 Commits

Author SHA1 Message Date
twinaphex aa5525f670 Move core_len/core_buf to menu_handle_t 2018-03-25 17:35:46 +02:00
Twinaphex a130dce708
Update CHANGES.md 2018-03-25 17:09:51 +02:00
Twinaphex 814810aeaf
Merge pull request #6462 from theheroGAC/patch-29
Fix and update msg_hash_it.h
2018-03-25 17:07:52 +02:00
twinaphex a2295af556 Make these variables a part of menu_handle_t 2018-03-25 17:02:30 +02:00
theheroGAC 30074b4404
Update msg_hash_it.h 2018-03-25 16:47:31 +02:00
Twinaphex 8a63a0ac52
Update CHANGES.md 2018-03-25 14:47:04 +02:00
twinaphex ae4b604a6f Update 2018-03-25 12:17:05 +02:00
Twinaphex 8bc04f90fe
Merge pull request #6456 from fr500/master
Fixes #6453
2018-03-25 12:16:06 +02:00
Twinaphex ad37bc530e
Merge pull request #6460 from yoshisuga/ios_config_fix
[iOS]: fixed configuration file path
2018-03-25 12:15:53 +02:00
Yoshi Sugawara baf7aa239d [iOS]: fixed configuration file path to be the retroarch cfg file instead of the config path 2018-03-24 23:47:24 -10:00
Twinaphex 20a73209b6
Merge pull request #6457 from Tatsuya79/patch-1
XMB scale the mouse cursor too.
2018-03-25 09:32:05 +02:00
radius 94e4357fd4 return early in case path is null and move vars to the top 2018-03-24 19:11:07 -05:00
Tatsuya79 1aaaa116d1
XMB scale the mouse cursor too. 2018-03-25 00:48:05 +01:00
twinaphex 02bf41a686 (task_content.c) Minor cleanup 2018-03-25 00:14:35 +01:00
twinaphex 3c6490d828 Update 2018-03-25 00:09:57 +01:00
Twinaphex b1c054e9a5
Merge pull request #6455 from Tatsuya79/master
Fix XMB thumbnail height limit again.
2018-03-24 23:58:10 +01:00
radius 51c9ac4f7a fix crash related to achievements on non-fullpath cores 2018-03-24 17:52:23 -05:00
Tatsuya79 35ae907899 Fix XMB thumbnail height limit again. 2018-03-24 23:22:42 +01:00
Twinaphex 75d2813d47
Merge pull request #6452 from meepingsnesroms/master
Add PokeMini index for 3ds
2018-03-24 20:27:44 +01:00
meepingsnesroms 9c47e24a84 Add PokeMini index for 3ds 2018-03-24 12:10:54 -07:00
Twinaphex ce40bc6446
Merge pull request #6451 from Tatsuya79/master
Fix XMB thumbnail height limit.
2018-03-24 20:05:08 +01:00
Tatsuya79 a32880fd22 Fix XMB thumbnail height limit. 2018-03-24 18:43:15 +01:00
twinaphex e4b955d4d4 Fix sample count reporting 2018-03-24 16:29:39 +01:00
Twinaphex eaf1e1474e
Merge pull request #6450 from Tatsuya79/patch-1
Update CHANGES.md
2018-03-24 16:12:28 +01:00
twinaphex df58d5a7d9 Fix C89_BUILD 2018-03-24 16:11:10 +01:00
Tatsuya79 07aa350d7e
Update CHANGES.md 2018-03-24 15:47:44 +01:00
twinaphex 875450e228 Statistics - add sample count 2018-03-24 15:42:45 +01:00
twinaphex 33d99fe75b Add fps / ms metrics to statistics 2018-03-24 15:39:02 +01:00
Twinaphex 1818552aeb
Merge pull request #6449 from markwkidd/core-association-warning
Core association warning
2018-03-24 15:19:59 +01:00
Twinaphex ea1df738a7
Update CHANGES.md 2018-03-24 15:18:47 +01:00
Twinaphex 131418e371
Update CHANGES.md 2018-03-24 15:18:10 +01:00
markwkidd 007829654e cast and dereference pointer without compiler warn 2018-03-24 10:16:34 -04:00
markwkidd b984abb371 pass address of unsigned index 2018-03-24 10:15:41 -04:00
twinaphex defcde0d1e (OpenSL) buf_count - make sure it can never be lower than 2 (with
current code) - was an issue when setting audio latency to much
lower values
2018-03-24 14:50:59 +01:00
twinaphex 54708a944a (OpenSL) Fix issues with cores using threaded audio - audio thread
would freeze waiting for a signal while toggling the menu
2018-03-24 14:48:58 +01:00
twinaphex 1fb7d14b36 Add audio statistics 2018-03-24 12:38:25 +01:00
twinaphex 9343eacc0a Create public function compute_audio_buffer_statistics 2018-03-24 12:25:52 +01:00
twinaphex 647f1a48a6 Add max size to statistics 2018-03-24 12:08:43 +01:00
twinaphex 9b8713aebd Fix Coverity defects 2018-03-24 11:59:01 +01:00
twinaphex 9057ffbde4 use boolean.h instead of stdbool.h 2018-03-24 11:45:50 +01:00
twinaphex 70f598c619 Use boolean.h instead of stdbool.h 2018-03-24 11:41:17 +01:00
Twinaphex 473d978d78
Merge pull request #6444 from Dwedit/original_suggestion
Functions to suspend and resume audio and video, and environment function for core to query status of enabled/disabled audio and video
2018-03-24 09:54:47 +01:00
Twinaphex 2b1979c3b7
Merge pull request #6447 from markwkidd/patch-1
revert change to core association to fix regression
2018-03-24 09:54:06 +01:00
markwkidd 512dc7fef5
revert change to core association to fix regression 2018-03-23 22:17:43 -04:00
Dwedit 3297900543 Add the early return to audio_driver_sample_batch 2018-03-23 17:22:00 -05:00
Dwedit fbd4900031 Add documentation for RETRO_ENVIRONMENT_GET_AUDIO_VIDEO_ENABLE to the header file 2018-03-23 16:33:51 -05:00
Dwedit 575265ff06 Remove early return from audio_driver_flush 2018-03-23 14:46:32 -05:00
Dwedit 7deeb6d2fa Functions to enable and disable audio and video, and an environment function to query status of audio and video enables 2018-03-23 14:12:05 -05:00
twinaphex 4d1b4f905f Start adding OSD statistics - doesn't work yet for SDL2/SDL 2018-03-23 17:43:49 +01:00
twinaphex 0ece3d8397 Start implementing frame_time/frame_count to video_info 2018-03-23 13:30:30 +01:00