twinaphex
|
2675cd2f76
|
Rename cart_crc
|
2014-08-12 03:19:02 +02:00 |
|
twinaphex
|
9df8cda62c
|
Refactor video_xscale/video_yscale into video_scale - scales
both X and Y according to same value
|
2014-08-11 23:57:57 +02:00 |
|
twinaphex
|
f910a68083
|
(GX) Ifdef g_settings.vwidth with GEKKO
|
2014-08-11 11:00:11 +02:00 |
|
SuperrSonic
|
924defb3ac
|
added viwidth stuff
|
2014-08-10 16:48:00 -04:00 |
|
twinaphex
|
8abb916f66
|
Refactor content_history_init/deinit
|
2014-08-02 17:42:01 +02:00 |
|
twinaphex
|
5bf4be925b
|
Refactor rarch_main_deinit_core
|
2014-08-02 14:26:11 +02:00 |
|
twinaphex
|
c564278809
|
Refactor record init/deinit
|
2014-08-02 14:17:20 +02:00 |
|
twinaphex
|
e110bd90f5
|
Refactor DSP filter init/deinit
|
2014-08-02 13:40:38 +02:00 |
|
twinaphex
|
7d4b6b23c5
|
Refactor overlay init/free
|
2014-08-02 12:36:48 +02:00 |
|
twinaphex
|
53ae4cd72c
|
Refactor audio stop/start
|
2014-08-02 12:08:53 +02:00 |
|
twinaphex
|
15f3f79732
|
Refactor rarch_init_autosave/rarch_deinit_autosave
|
2014-08-02 04:11:06 +02:00 |
|
twinaphex
|
15898a98f0
|
Refactor rarch_init_rewind/rarch_deinit_rewind
|
2014-08-02 04:01:25 +02:00 |
|
twinaphex
|
d70693345c
|
Refactor rarch_set_fullscreen calls to rarch_main_command
|
2014-08-02 03:56:19 +02:00 |
|
twinaphex
|
6a0c3ff25d
|
Refactor more functions - make more functions in retroarch.c static
that don't need to be public
|
2014-08-02 01:49:36 +02:00 |
|
twinaphex
|
64e89330f8
|
Make rarch_load_state/rarch_save_state static functions
|
2014-08-02 01:35:33 +02:00 |
|
twinaphex
|
12471729f4
|
Move state_slot variable from g_extern to g_settings
|
2014-08-02 01:20:39 +02:00 |
|
twinaphex
|
4bbb05f415
|
Refactors in retroarch.c to do with game reset
|
2014-08-02 00:10:04 +02:00 |
|
twinaphex
|
8285f6021f
|
Refactor away rarch_main_idle_iterate
|
2014-08-01 17:57:14 +02:00 |
|
twinaphex
|
8082dfb9cc
|
Refactor away rarch_reinit_drivers
|
2014-08-01 17:26:11 +02:00 |
|
twinaphex
|
4d25b695c5
|
Get rid of unused menu_toggle_behavior
|
2014-08-01 09:11:49 +02:00 |
|
twinaphex
|
cac003f2ab
|
(Frontend) Add User Options menu - add User Language setting
(Libretro) Add RETRO_ENVIRONMENT_GET_LANGUAGE - expose language
to libretro core so it can do personalization. Will be used for
PPSSPP
|
2014-08-01 07:00:32 +02:00 |
|
twinaphex
|
9dadfc0b19
|
Rename Netplay Nickname to Username and make it not dependent
on HAVE_NETPLAY
|
2014-08-01 05:04:59 +02:00 |
|
twinaphex
|
272002310d
|
Rename more references to 'roms'
|
2014-07-28 20:01:27 +02:00 |
|
twinaphex
|
dfeab30f26
|
Rename rom variables in main_wrap struct
|
2014-07-28 19:55:28 +02:00 |
|
twinaphex
|
4d198dffaa
|
libretro_no_rom becomes libretro_no_content
|
2014-07-28 19:51:17 +02:00 |
|
twinaphex
|
f9b7431289
|
Rename g_extern.temporary_roms to g_extern.temporary_content
|
2014-07-28 19:49:07 +02:00 |
|
twinaphex
|
3fdc0df089
|
Rename g_settings.game_history_path to g_settings.content_history_path
|
2014-07-28 03:28:27 +02:00 |
|
twinaphex
|
24f0dcc550
|
Refactor away load_menu_game_prepare_dummy
|
2014-07-25 22:11:34 +02:00 |
|
twinaphex
|
9c96b3ada2
|
Make history.c no longer dependent on menu
|
2014-07-25 20:56:31 +02:00 |
|
twinaphex
|
42c48b715c
|
Move driver.menu->history to g_extern.history
|
2014-07-25 20:52:36 +02:00 |
|
twinaphex
|
78fcd416e7
|
Take out input_overlay_enable
|
2014-07-25 18:57:07 +02:00 |
|
twinaphex
|
65a64c1111
|
Backport Themaister - Move g_settings.audio.in_rate to g_extern.audio_data.
It's not a setting.
|
2014-07-23 07:15:57 +02:00 |
|
twinaphex
|
176b4f91b6
|
Create RARCH_CMD_LOAD_CORE
|
2014-07-22 03:34:28 +02:00 |
|
twinaphex
|
72be4b17e7
|
(Main) Take out HAVE_SCREENSHOTS ifdef
Create RARCH_CMD_TAKE_SCREENSHOT
|
2014-07-22 03:17:47 +02:00 |
|
twinaphex
|
78610e4d90
|
Add RARCH_CMD_LOAD_CONTENT
|
2014-07-22 03:12:56 +02:00 |
|
twinaphex
|
4b0f3584e0
|
Create rarch_main_command - command.c could maybe later be made
more generic so we can just do this through command.c functions
locally
|
2014-07-22 02:14:52 +02:00 |
|
twinaphex
|
e84e7f61e0
|
Create public function rarch_main_deinit_core
|
2014-07-22 00:31:29 +02:00 |
|
twinaphex
|
ea758485fd
|
(General) Add g_defaults.menu_config_dir
|
2014-07-20 00:51:44 +02:00 |
|
twinaphex
|
dbf239f8d4
|
(Settings data) Add default audio resampler option
|
2014-07-18 19:11:53 +02:00 |
|
twinaphex
|
6f32841647
|
Rename g_extern.verbose to g_extern.verbosity to avoid
collisions on OSX
|
2014-07-18 00:39:31 +02:00 |
|
twinaphex
|
c090ee634c
|
(Android) Remove debug_input_enable
|
2014-06-20 07:03:06 +02:00 |
|
twinaphex
|
d476f0df91
|
Revert "Remove g_settings.audio.block_frames - never used"
This reverts commit 9ed3f3847c .
|
2014-06-13 02:15:10 +02:00 |
|
twinaphex
|
ddf0dcb165
|
(Android) Build fixes/cleanups to frontend
|
2014-06-13 01:10:14 +02:00 |
|
twinaphex
|
9ed3f3847c
|
Remove g_settings.audio.block_frames - never used
|
2014-06-13 00:17:23 +02:00 |
|
twinaphex
|
5532babfd6
|
(Overlays) Add explicit overlay_enable option
|
2014-06-12 22:15:32 +02:00 |
|
twinaphex
|
97a262dd60
|
Rename default_paths to g_defaults
|
2014-06-12 18:06:29 +02:00 |
|
twinaphex
|
91077ba31a
|
(Android) Take out XPERIA_PLAY lifecycle hack
|
2014-06-11 01:11:20 +02:00 |
|
twinaphex
|
2a32a397c9
|
(Xbox 1) Take out unnecessary audio DSP effect option
|
2014-06-11 00:55:14 +02:00 |
|
twinaphex
|
d1f8ee6132
|
(Android) Take out bad Android input hacks
|
2014-06-11 00:41:48 +02:00 |
|
twinaphex
|
966db762cf
|
(Menu) More replacement of namespace prefix 'rgui' with 'menu'
|
2014-06-10 02:06:10 +02:00 |
|