Commit Graph

3917 Commits

Author SHA1 Message Date
twinaphex ae2be8b53b Replace most menu_entries_add function calls 2016-06-16 22:03:12 +02:00
twinaphex 0ee7eeb450 Cleanup unused variable warning 2016-06-15 00:57:54 +02:00
twinaphex 3ca57ddd84 Correct frontend_win32_get_mem_used 2016-06-12 21:51:08 +02:00
twinaphex 8ddafd0023 Cleanup 2016-06-12 21:00:52 +02:00
twinaphex dae55553b7 Rename memory_free to memory_used 2016-06-12 20:50:03 +02:00
twinaphex 040798cdb9 (GX) Implement get_mem_total/get_mem_free 2016-06-12 20:46:51 +02:00
twinaphex 2b37c92a64 (Win32) Implement get_mem_total/get_mem_free 2016-06-12 20:39:23 +02:00
twinaphex 8431b63235 Exclude this code for OSX PPC for now 2016-06-12 18:52:30 +02:00
Twinaphex a01985273b Implement frontend_darwin_get_mem_free 2016-06-12 18:42:03 +02:00
Twinaphex 19d4498d2c (iOS) Buildfix 2016-06-12 14:17:07 +02:00
Twinaphex ae894fb015 Implement frontend_darwin_get_mem_total 2016-06-12 13:49:00 +02:00
twinaphex d7c2201385 Show memory information in System Information 2016-06-12 13:20:54 +02:00
twinaphex c3056a0d06 Add free_memory function 2016-06-12 12:45:13 +02:00
twinaphex 9a25826ae9 Create get_mem_free callback 2016-06-12 12:44:28 +02:00
twinaphex f0e05ecbc8 Start adding get_total_mem callback 2016-06-12 02:33:07 +02:00
twinaphex 6e9a4ef4a0 Revert "use printf here instead"
This reverts commit fec9c0c42b.
2016-06-10 07:54:08 +02:00
radius fec9c0c42b use printf here instead 2016-06-10 00:40:53 -05:00
radius 53efdc11f0 improve platform driver logging for android 2016-06-09 22:59:36 -05:00
radius 6bd20c5aff try fixing android initialization 2016-06-09 20:02:04 -05:00
radius 490ba62973 log this later 2016-06-09 19:39:57 -05:00
radius 45fa93543c log path too 2016-06-09 19:29:22 -05:00
radius 7bab58b4bf use string is empty here too 2016-06-09 19:22:43 -05:00
radius a7ff4da4c5 android platform driver cleanup 2016-06-09 19:21:39 -05:00
twinaphex 5230aeb9d0 Use retro_common_api.h 2016-06-03 06:02:49 +02:00
twinaphex 2f133a6835 Cleanups 2016-06-03 04:32:18 +02:00
twinaphex f83dfb0621 (platform_linux.c) Prevent uninitialized scalar variable warnings 2016-06-03 04:27:42 +02:00
twinaphex 0c686e15db (QNX) Enable logging by default 2016-05-31 05:06:24 +02:00
twinaphex 5b52098c54 Reimplement verbosity 2016-05-31 04:42:04 +02:00
twinaphex 7d26034ebe Rename rarch_task_* to task_* 2016-05-27 18:14:47 +02:00
twinaphex a98616b45b Fix explicit NULL dereferenced/dereference before null check warnings 2016-05-26 17:47:21 +02:00
twinaphex d5d2f7f8ee Fix resource leaks 2016-05-23 22:17:28 +02:00
twinaphex 091496f74d Add ARMv7 entry too 2016-05-18 22:09:01 +02:00
twinaphex 017ef3fef7 (Android) Implement other archs too 2016-05-18 22:06:28 +02:00
twinaphex f1d859b826 (Android) Use uname for determining architecture 2016-05-18 22:02:11 +02:00
twinaphex 0986e2af7f Add frontend_driver_get_cpu_architecture 2016-05-18 15:34:03 +02:00
twinaphex ce434a7f1c frontend.c - cleanup headers 2016-05-17 15:11:56 +02:00
twinaphex ce240dd47f Move async job code to retroarch.c 2016-05-17 14:40:04 +02:00
twinaphex fcf2decb2e Remove persist argument 2016-05-17 09:07:41 +02:00
twinaphex e2e53026aa rarch_main - reduce a lot of code duplication 2016-05-17 08:19:50 +02:00
twinaphex 6c62c297fd Cleanup 2016-05-16 17:32:38 +02:00
twinaphex bb1d1da693 Remove runloop_iterate_data 2016-05-16 17:29:02 +02:00
twinaphex 18a991e014 rarch_main - use rarch_task_push_content_load 2016-05-16 16:38:27 +02:00
twinaphex 4680d7059a (platform_linux.c) Cleanups 2016-05-14 16:34:28 +02:00
twinaphex ca0634e16d Check if file exists for all power management routines 2016-05-14 16:01:29 +02:00
twinaphex 2ea009d301 Check if power management file exists first before trying to
access it
2016-05-14 15:59:22 +02:00
twinaphex df3b090d7a Revert "Create runloop_get_system_info/runloop_free_system_info/runloop_init_system_info"
This reverts commit 35bf38e05c.
2016-05-12 09:37:21 +02:00
twinaphex 35bf38e05c Create runloop_get_system_info/runloop_free_system_info/runloop_init_system_info 2016-05-12 09:25:52 +02:00
twinaphex 90d7722125 Remove CMD_EVENT_QUIT_RETROARCH 2016-05-11 20:56:02 +02:00
twinaphex 95a6428915 RARCH_CTL_FORCE_QUIT is the same as RARCH_CTL_QUIT 2016-05-11 04:24:27 +02:00
twinaphex 9aed52ac65 Move performance.c to libretro-common/features/features_cpu.c 2016-05-10 20:31:27 +02:00