twinaphex
|
1f039b53f3
|
(task_http.c) Cleanups/plug possible memory leaks
|
2016-01-21 03:19:14 +01:00 |
|
twinaphex
|
7a55ae3765
|
Start updating headers for 2016
|
2016-01-10 04:06:50 +01:00 |
|
Higor Eurípedes
|
45f85322cb
|
(task_file_transfer.c) Show nbio_open() error
|
2015-12-07 12:28:22 -03:00 |
|
Higor Eurípedes
|
29e9b87319
|
(tasks) Make task handles honor task->cancelled
|
2015-11-24 22:18:09 -03:00 |
|
Higor Eurípedes
|
92683976a5
|
Add user_data pointer to rarch_task_push_image_load()
|
2015-11-24 13:50:44 -03:00 |
|
Higor Eurípedes
|
1d946a1b27
|
(task_file_transfer) Fix --disable-zlib builds
|
2015-11-23 20:41:25 -03:00 |
|
Higor Eurípedes
|
5d92e9061c
|
Reimplement image loading using tasks
|
2015-11-23 17:42:01 -03:00 |
|
twinaphex
|
074f14b132
|
Add verbosity.c/verbosity.h
|
2015-11-23 12:03:38 +01:00 |
|
twinaphex
|
82f64cbf43
|
Get rid of is_thread variable for this function
|
2015-11-23 09:46:53 +01:00 |
|
twinaphex
|
dd0a191548
|
(task_file_transfer.c) Remove some redundant functions
|
2015-11-23 09:42:00 +01:00 |
|
twinaphex
|
89c262c552
|
(XBOX) Some build fixes
|
2015-11-17 11:13:46 +01:00 |
|
twinaphex
|
ed0e5c37e2
|
(XBOX) Some build fixes
|
2015-11-17 11:11:41 +01:00 |
|
twinaphex
|
df01279cf3
|
Add non-HAVE_MENU ifdefs
|
2015-10-28 00:55:11 +01:00 |
|
twinaphex
|
02a43c6b2a
|
Change 'rarch' to 'retro' namespace in libretro-common
|
2015-10-26 03:18:13 +01:00 |
|
twinaphex
|
94c3546e71
|
More static code analysis cleanups
|
2015-09-28 22:03:16 +02:00 |
|
twinaphex
|
4ca5d31f9b
|
Some more static code analysis nits when ran with enable=all
|
2015-09-28 18:12:02 +02:00 |
|
twinaphex
|
f75cdd1e97
|
(Vita) Fix some warnings about possibly uninitialized variables
|
2015-09-20 22:44:03 +02:00 |
|
Twinaphex
|
8d2eceaa22
|
(rpng) Cleanups
|
2015-09-06 13:02:44 +02:00 |
|
twinaphex
|
c259b983de
|
struct definitions now go inside rpng_common.h - move them
away from public headers
|
2015-09-01 13:08:10 +02:00 |
|
twinaphex
|
2194ab6631
|
Cleanups
|
2015-09-01 13:01:16 +02:00 |
|
twinaphex
|
511b2c6d83
|
Create rpng_set_buf_ptr
|
2015-09-01 13:00:02 +02:00 |
|
twinaphex
|
d5837f4b7c
|
Don't take in as first argument rpng->buff_data - handle this internally
|
2015-09-01 12:56:39 +02:00 |
|
twinaphex
|
cd79143038
|
(rpng) Encapsulate incrementation of buffer position
|
2015-09-01 12:52:04 +02:00 |
|
twinaphex
|
3762502112
|
Create rpng_is_valid
|
2015-09-01 12:41:31 +02:00 |
|
twinaphex
|
09aac8a320
|
Create rpng_nbio_is_valid
|
2015-09-01 12:39:17 +02:00 |
|
twinaphex
|
15ba019ea1
|
Don't make asserts dependent on retro_log.h
|
2015-09-01 11:59:27 +02:00 |
|
twinaphex
|
2ea5dda564
|
Refactor away rarch_main_data_nbio_get_ptr
|
2015-08-06 04:01:44 +02:00 |
|
twinaphex
|
6b261aad87
|
rarch_main_data_nbio_iterate_poll - get rid of implicit memset
|
2015-08-06 03:58:45 +02:00 |
|
twinaphex
|
387d687ef9
|
(MSVC) Some MSVC buildfixes
|
2015-07-09 00:24:10 +02:00 |
|
twinaphex
|
51e2a128c5
|
(runloop data) Don't have to pass around runloop pointer anymore
|
2015-07-08 23:01:11 +02:00 |
|
twinaphex
|
dcd5a4fdcc
|
Refactor task_http.c
|
2015-07-08 21:35:24 +02:00 |
|
twinaphex
|
84066e1a5d
|
Move all sorts of structs over to task_file_transfer.c
|
2015-07-08 20:12:20 +02:00 |
|
twinaphex
|
664592b354
|
Use rarch_main_data_nbio_get_handle and rarch_main_data_nbio_image_get_handle
|
2015-07-08 20:10:18 +02:00 |
|
twinaphex
|
a1a4bc4057
|
task_file_transfer.c - decouple 'nbio' state from runloop data struct
|
2015-07-08 20:04:16 +02:00 |
|
twinaphex
|
08b56582b2
|
(task_file_transfer.c) Add workaround for bogus file transfer requests
|
2015-07-08 16:52:40 +02:00 |
|
twinaphex
|
2057e0f1d7
|
(task_file_transfer.c) Cleanup
|
2015-06-19 07:00:16 +02:00 |
|
twinaphex
|
a86977de3a
|
(tasks) Use hashes
|
2015-06-14 17:11:48 +02:00 |
|
Higor Eurípedes
|
dba40157e3
|
(task_file_transfer.c) Attempt to fix rpng_nbio leak
|
2015-06-12 18:21:11 -03:00 |
|
twinaphex
|
a10cdfa8b1
|
(tasks) Cleanups
|
2015-06-12 22:37:06 +02:00 |
|
twinaphex
|
1b67864a3b
|
Change menu_driver_load_background to menu_driver_load_image
|
2015-06-04 10:39:48 +02:00 |
|
twinaphex
|
959fd621a5
|
Create cb_menu_boxart
|
2015-06-04 10:02:43 +02:00 |
|
twinaphex
|
5bdbe5a3b0
|
(Data runloop) Cleanups
|
2015-05-23 17:16:19 +02:00 |
|
twinaphex
|
3c5b83cf08
|
(360) Build fixes
|
2015-05-09 18:12:15 +02:00 |
|
twinaphex
|
049e570720
|
(Android) Build fix
|
2015-05-05 20:17:54 +02:00 |
|
twinaphex
|
2bb30e979d
|
(Tasks) Buildfix
|
2015-05-05 18:34:48 +02:00 |
|
Twinaphex
|
a04debf7c5
|
(Tasks/data runloop) Move code to task_file_transfer.c
|
2015-05-05 17:58:37 +02:00 |
|
Twinaphex
|
54550912f5
|
(Runloop data) Start rearranging code
|
2015-05-05 09:50:00 +02:00 |
|