twinaphex
1cfc6f571a
(RARCH_CONSOLE) Another buildfix
2016-12-27 02:01:22 +01:00
Twinaphex
13536a864b
(task_content.c) Prevent warnings
2016-12-27 01:32:58 +01:00
twinaphex
77e5cdbfde
Revert "Rename runloop_msg_queue_push to video_driver_msg_queue_push"
...
This reverts commit ad7386913c
.
2016-12-22 23:36:11 +01:00
twinaphex
ad7386913c
Rename runloop_msg_queue_push to video_driver_msg_queue_push
...
and move code to video_driver.c
2016-12-22 13:15:02 +01:00
twinaphex
02f1de920a
If we load a ROM from the commandline, it will still get pushed
...
to the history list
2016-12-22 02:42:22 +01:00
twinaphex
711c4116e0
Be more careful with strdup
2016-12-22 00:43:46 +01:00
twinaphex
a91e00026b
(task_content.c) Only do strdup when variable is non-empty
2016-12-22 00:42:56 +01:00
twinaphex
d39acc3f8e
Prevent crash when loading a core like 2048 from the commandline
2016-12-22 00:41:36 +01:00
twinaphex
54a569a085
(task_content.c) Cleanup
2016-12-21 15:31:55 +01:00
twinaphex
9dab728067
Cleanup load_content_from_compressed_archive
2016-12-21 15:30:14 +01:00
twinaphex
cb28584883
content_file_init_extract - cleanups
2016-12-21 15:27:08 +01:00
twinaphex
a5c52dcc07
(task_content.c) Minor cleanups
2016-12-21 15:23:31 +01:00
twinaphex
52c2e1a501
(task_content.c) Cleanups
2016-12-21 15:21:11 +01:00
twinaphex
5f0efed08b
(task_content.c) Attempt to fix some coverity bugs
2016-12-21 02:02:47 +01:00
twinaphex
b114aa9616
(task_content.c) Put public functions last; reorganization
2016-12-21 00:32:01 +01:00
twinaphex
06e010b318
Remove forced message on content load; in preparation for task-ification
2016-12-21 00:30:23 +01:00
twinaphex
a2c0073678
content_file_init_subsystem - cleanup
2016-12-21 00:19:22 +01:00
twinaphex
12255c9f5c
Use error_string in order to print (log) messages
2016-12-21 00:16:25 +01:00
twinaphex
c13639147e
(task_load_content) Cleanups
2016-12-21 00:06:34 +01:00
twinaphex
7914dda336
Cleanup
2016-12-21 00:02:09 +01:00
twinaphex
4f3a715514
Use content_ctx inside task_push_content_load_default function
2016-12-21 00:00:59 +01:00
twinaphex
710fc20314
Cleanup task_push_content_update_firmware_status
2016-12-20 23:45:37 +01:00
twinaphex
8cf2cbe86d
Get rid of another sys_info variable
2016-12-20 23:39:31 +01:00
twinaphex
bb0c03afff
Cleanup content_file_init_subsystem
2016-12-20 23:36:39 +01:00
twinaphex
b9602ef57e
(task_content.c) Reduce dependency on settings_t struct
2016-12-20 23:25:35 +01:00
twinaphex
8c8aaf5bb8
Grab system info once in content_init instead of grabbing it
...
all the time
2016-12-20 23:12:56 +01:00
twinaphex
ffdcce9511
(task_content.c) Rename local variable to sys_info
2016-12-20 22:55:58 +01:00
twinaphex
e28ace8b0c
(task_content.c) Use string_is_empty
2016-12-20 22:51:29 +01:00
twinaphex
bdc05e9c10
(task_content.c) Rename function
2016-12-20 22:49:26 +01:00
twinaphex
af2393b821
Remove content_push_to_history_playlist
2016-12-20 22:48:10 +01:00
twinaphex
3f1064d001
Cleanup
2016-12-20 22:35:59 +01:00
twinaphex
336d825525
(task_content.c) Allocate error_string and only print runloop
...
message at exit of function
2016-12-20 22:32:54 +01:00
twinaphex
eec1f8a5cf
Cleanup
2016-12-20 22:05:40 +01:00
twinaphex
59ca04dad2
(task_content.c) Cleanups
2016-12-20 22:03:04 +01:00
twinaphex
4c9f2e41ff
Get rid of some implicit memsets
2016-12-19 14:04:37 +01:00
twinaphex
96ffd8e025
Revert "Remove HAVE_COMPRESSION ifdefs in file_path.c"
...
This reverts commit 4103b70833
.
2016-12-17 12:55:38 +01:00
twinaphex
4103b70833
Remove HAVE_COMPRESSION ifdefs in file_path.c
2016-12-17 12:20:49 +01:00
twinaphex
5364b0b837
Move compression-related code outside of libretro-common file_path.c
...
and move it into RetroArch's file_path_special.c file instead
2016-12-17 11:54:46 +01:00
twinaphex
b3aef50dff
Move update_firmware_status to tasks/task_content.c
2016-12-06 08:28:26 +01:00
radius
5cf668c302
set the option as false by default for the time being
2016-11-30 10:29:34 -05:00
radius
7f62fee375
fix close content after loading has been blocked
2016-11-29 23:46:07 -05:00
radius
2e7821e337
add a toggle to the firmware check so it can be overruled
2016-11-29 23:22:22 -05:00
radius
4f760352f4
don't show the message for ten seconds
2016-11-29 22:23:15 -05:00
radius
1b3789edde
better firmware checking
2016-11-29 22:21:44 -05:00
Brad Parker
d1d5584d18
update copyright
2016-10-27 11:47:10 -04:00
twinaphex
13cc4787f2
Reduce more char variable sizes
2016-10-27 10:19:04 +02:00
twinaphex
481ebced22
Prevent implicit memsets
2016-10-09 09:56:03 +02:00
Brad Parker
1c9a54db27
ignore return value of init_content_file_extract, fixes exit/crash when we can't load the content. (non-compressed corrupt content returns true anyway)
2016-10-03 22:23:39 -04:00
twinaphex
25f27c3f4c
Get rid of path_get_content
2016-10-03 15:39:57 +02:00
twinaphex
a4d48688c6
Create generic functions for dirs.c
2016-10-03 08:15:41 +02:00
twinaphex
9050f75fc8
Create dir_is_empty
2016-10-01 23:30:09 +02:00
twinaphex
8409d81e8e
Revert "Create dir_is_empty"
...
This reverts commit fa469c4dcc
.
2016-10-01 08:16:19 +02:00
twinaphex
8458a039ca
Revert "Create dir_get"
...
This reverts commit db3738babb
.
2016-10-01 08:16:13 +02:00
twinaphex
67432fde57
Add void * param to is_set
2016-10-01 06:05:08 +02:00
twinaphex
db3738babb
Create dir_get
2016-09-30 07:11:52 +02:00
twinaphex
fa469c4dcc
Create dir_is_empty
2016-09-30 07:06:27 +02:00
twinaphex
1266c0609a
Create path_is_empty
2016-09-30 04:43:16 +02:00
twinaphex
228886062b
Create path_clear
2016-09-30 04:31:19 +02:00
twinaphex
9384875ab0
Don't use HAVE_NETPLAY any more
2016-09-29 21:07:10 +02:00
twinaphex
d6b9c4f17a
Prevent some Coverity warnings
2016-09-29 19:24:18 +02:00
twinaphex
cae92ed91d
(tasks) Cleanups
2016-09-29 12:02:45 +02:00
twinaphex
329f6ad612
Update path_get
2016-09-29 08:31:41 +02:00
twinaphex
be81edad84
Create path_get
2016-09-29 08:23:41 +02:00
twinaphex
b8a1052b73
Update path_set
2016-09-29 07:40:14 +02:00
twinaphex
89505fa011
Get rid of global->patch
2016-09-29 05:46:31 +02:00
twinaphex
a1488ae34f
Move subsystem path to paths.c
2016-09-25 15:49:09 +02:00
twinaphex
b3ec735e75
Silence some more scan-build warnings
2016-09-25 15:25:20 +02:00
twinaphex
4e3c9987f5
Prevent null pointer dereference / logically dead code / other misc. warnings
2016-09-23 16:03:37 +02:00
twinaphex
2d11ea71cc
Move runloop_fullpath to paths.c
2016-09-23 03:39:44 +02:00
twinaphex
019ea8a294
remove header include
2016-09-23 02:21:39 +02:00
twinaphex
040a1b8ba9
Move additional_path_allocs to load_content
2016-09-23 02:19:20 +02:00
twinaphex
fc3cf2ebb6
Simplify function in task_content
2016-09-23 02:14:43 +02:00
twinaphex
5d59871c05
Prevent null pointer dereference
2016-09-23 02:11:51 +02:00
twinaphex
a1971c5657
Grab system pointer inside functions instead of passing it around
2016-09-23 02:10:57 +02:00
Brad Parker
d493273bcf
use first extracted file if one is not specified and !need_fullpath and !block_extract
2016-09-22 16:03:31 -04:00
Brad Parker
f8d51c2f86
only load compressed content if the path contains the file to extract
2016-09-22 12:52:34 -04:00
twinaphex
99d24d9954
Cleanup
2016-09-21 04:19:59 +02:00
twinaphex
0ec5d9aba7
Simplify task_content.c
2016-09-21 04:09:24 +02:00
twinaphex
7edc0d9ee9
Simplify load_content_into_memory
2016-09-21 04:03:31 +02:00
twinaphex
8b67551799
Turn dump_to_file_desprate into static function
2016-09-20 04:08:55 +02:00
twinaphex
c6ab19e59c
read_content_file - Improve this a little bit
2016-09-20 03:21:26 +02:00
Brad Parker
605011ffe2
use generic crc32
2016-09-19 21:18:49 -04:00
Brad Parker
2a75b88d89
file_archive_extract_first_file can choose any file now
2016-09-18 21:22:13 -04:00
twinaphex
73c09f1d27
Cleanup
2016-09-19 01:12:39 +02:00
twinaphex
4106ff7f19
Reduce HAVE_COMPRESSION ifdefs
2016-09-19 00:56:58 +02:00
twinaphex
118a90b800
Move dir_check_defaults to dirs.c
2016-09-19 00:56:00 +02:00
twinaphex
534dca9ed1
Get rid of HAVE_COMPRESSION ifdef
2016-09-19 00:50:35 +02:00
twinaphex
975e0f2247
C89_BUILD fix
2016-09-18 19:03:31 +02:00
Brad Parker
4fadd4a110
fix uninitialized use
2016-09-18 12:49:44 -04:00
Brad Parker
dbbd49f9f9
merge with master, remove alignment test code
2016-09-18 12:44:00 -04:00
Brad Parker
f13bce4e50
- use the detected stream backend's crc32 function
...
- remove zlib/7zip ifdef from archive_file.c, task_content.c and task_database.c
- don't re-compute CRC from one stored in archive
2016-09-18 12:31:24 -04:00
twinaphex
c2e2d41452
C89_BUILD fixes
2016-09-18 18:28:33 +02:00
Brad Parker
ffefe0ccac
fix broken PR
2016-09-18 10:38:15 -04:00
Brad Parker
7c29fd6c33
create 7z archive backend, enables scanning of 7z content
2016-09-18 10:31:21 -04:00
Higor Eurípedes
824ded963b
(task_content.c) Remove trailing whitespace
2016-09-17 21:22:49 -03:00
Higor Eurípedes
e27a85d335
(task_content.c) Fix possible double free()
...
content_zip_file_decompressed_handle() didn't set the handler's data
member to NULL after freeing on error. That causes problem when the function fails and
content_zip_file_decompressed() tries to free it afterwards.
2016-09-17 21:20:27 -03:00
twinaphex
b775ee303c
Use dir_is_savefile_empty/dir_is_savestate_empty
2016-09-17 15:01:32 +02:00
twinaphex
413d14ad49
Start using dirs functions
2016-09-17 14:57:53 +02:00
twinaphex
075599e818
Start using path_ functions for accessing and modifying global->path.config
2016-09-17 13:14:14 +02:00
twinaphex
ec45dbaf0c
Move retroarch_path_is_media_type to paths.c
2016-09-17 12:56:19 +02:00
twinaphex
b89def5d8f
Rename config_get/config_set functions
2016-09-17 12:51:44 +02:00
twinaphex
5aebdb7484
Mov code to paths.c
2016-09-17 12:35:29 +02:00
Francisco José García García
912d26ec26
Wrong ifdef
2016-09-12 19:17:21 +02:00
twinaphex
49d5210256
Should make Start Core work on statically linked RA now
2016-09-12 08:37:40 +02:00
Francisco José García García
b5111d4654
Fix Typo
2016-09-12 01:14:12 +02:00
Francisco José García García
b8391e4cc2
Allow "Load Content" when RETRO_ENVIRONMENT_SET_SUPPORT_NO_GAME = true
2016-09-12 01:10:35 +02:00
twinaphex
51b0e61712
Cleanups
2016-09-11 16:24:02 +02:00
twinaphex
dc0666555f
Cleanups
2016-09-08 14:17:38 +02:00
twinaphex
c3ba0ba4e9
Revert "Refactor core_system_info_* functions"
...
This reverts commit f637805c9e
.
2016-09-06 08:38:26 +02:00
twinaphex
f637805c9e
Refactor core_system_info_* functions
2016-09-06 07:08:38 +02:00
twinaphex
82d82110ae
Merge system.h with core.h
2016-09-06 06:11:54 +02:00
twinaphex
f38ce959e4
Remove some header includes
2016-09-01 05:30:07 +02:00
Alcaro
cad2eee9e0
Fix some PS3 derps
2016-08-27 13:54:02 +02:00
twinaphex
95de19320d
Cleanup
2016-08-27 02:43:06 +02:00
twinaphex
f851440a6b
Some C89 fixes
2016-08-27 02:35:21 +02:00
Brad Parker
89f9b096e7
style cleanup and fix typos
2016-08-25 21:40:37 -04:00
Brad Parker
097f326298
simplify delimiting of compressed archive filenames
2016-08-25 16:18:29 -04:00
Brad Parker
5275c0a45d
correctly handle content paths containing a hash (#), fixes issue #3273
2016-08-24 16:54:10 -04:00
twinaphex
ef7ce5beee
Create RARCH_OVERRIDE_SETTING_VERBOSITY
2016-08-01 20:54:16 +02:00
twinaphex
ba32586d1a
Rewrite has_set.libretro
2016-08-01 20:47:19 +02:00
twinaphex
8dfa393e05
Add screenshot to image history list too
2016-07-31 01:20:00 +02:00
twinaphex
5a83139e15
Cleanup
2016-07-31 01:11:53 +02:00
twinaphex
5aa61dcb15
Successfully pushes movies/music/image files now to proper history list
2016-07-30 23:50:29 +02:00
twinaphex
286bf213d1
Change name to movieplayer_video
2016-07-30 23:21:30 +02:00
twinaphex
7c7fc07674
Change core name to ffmpeg_video
2016-07-30 23:21:04 +02:00
twinaphex
8417a5e176
Start writing to separate playlists
2016-07-30 22:57:32 +02:00
twinaphex
8b706ad805
Start creating new history files for music/video/image
2016-07-30 22:47:43 +02:00
twinaphex
04c9db254e
Start preparing playlist code
2016-07-30 21:27:40 +02:00
twinaphex
d926961b43
Pass mode argument to task_load_content
2016-07-30 21:19:47 +02:00
twinaphex
191c2ec1fd
Cleanup
2016-07-28 20:42:45 +02:00
twinaphex
4f617071db
Add Start Video Processor menu entry
2016-07-28 20:35:05 +02:00
twinaphex
bd88b9d1d2
(Wii) Fix warnings / unused variables
2016-07-24 11:32:45 +02:00
twinaphex
2be127c04a
Start wrapping settings->path.libretro
2016-07-24 11:12:26 +02:00
twinaphex
282dbf0b38
(PS3) Should get playlist entries working again - now we need to
...
propagate the core path to the playlist correctly
2016-07-23 07:47:05 +02:00
Sebastien Ronsse
2f23781cfd
task content: Display OSD loading message prior to loading content
2016-07-23 11:12:06 +10:00
twinaphex
e93e3626dd
(task_content.c) Messages should be flushed before putting on queue
2016-07-19 18:36:50 +02:00
twinaphex
5678d4fd34
Add onscreen message when this happens
2016-07-19 06:16:58 +02:00
twinaphex
defe51ff69
Remove call to PENDING_QUIT
2016-07-11 15:29:11 +02:00
twinaphex
f596d1f99d
Get rid of duplicate entry
2016-07-11 15:04:54 +02:00
Twinaphex
daee8afa19
Merge pull request #3209 from lakkatv/master
...
(Menu) Don't push the quick menu on playlists
2016-07-11 15:03:12 +02:00
Jean-André Santoni
94a67fe28b
(Menu) Don't push the quick menu on playlists
2016-07-11 15:00:30 +02:00
twinaphex
050e29140b
Should fix these issues
2016-07-11 14:44:12 +02:00
twinaphex
2f04b7035a
Add more translatable strings
2016-07-01 08:35:12 +02:00
twinaphex
bd8a7d030e
Cleanups
2016-06-30 19:05:55 +02:00
twinaphex
22ac73ba26
Prevent null pointer dereference
2016-06-30 16:10:09 +02:00
twinaphex
3c7dc0a62e
Try to silence more Coverity warnings
2016-06-29 12:13:40 +02:00
twinaphex
58b95752e8
(task_content.c) Use string_is_empty
2016-06-28 10:50:00 +02:00
twinaphex
342bcebc59
Set current core type almost immediately after loading new core
2016-06-28 07:51:49 +02:00
twinaphex
1661fa552f
Revert "Cleanup"
...
This reverts commit 43426df4f6
.
2016-06-28 04:58:29 +02:00
twinaphex
43426df4f6
Cleanup
2016-06-28 04:21:13 +02:00