twinaphex
4102d1cfb8
Make sinc resampler the default and remove Hermite - audio
...
quality at high samplerates was too bad to be of any use
2013-04-07 03:41:06 +02:00
twinaphex
15eba51b22
(PS3) Get it at least compiling
2013-04-07 02:34:41 +02:00
Themaister
4a8b3599bc
Refactor out cg_shader_path, xml_shader_path.
...
Make shader paths uniform in shader_path.
2013-04-07 01:46:06 +02:00
twinaphex
909122122d
Take out obsolete console-style overscan options - just use
...
Resize Mode instead
2013-04-07 01:23:10 +02:00
Themaister
17a6068f89
Fix typo.
2013-04-07 00:13:50 +02:00
Themaister
d399088e17
Don't add redundant checking.
...
config_file_t doesn't overwrite buffer if config
is not found.
2013-04-07 00:01:16 +02:00
twinaphex
cc05981455
(PS3/360) Now uses embedded shaders instead of stock shader from
...
common-shaders
2013-04-06 21:53:03 +02:00
twinaphex
eb0feac9e3
(PS3/All) Purge fixed-style shaders again - this time avoiding
...
breakage on PS3. Maister -you will need to redo shader_parse.c
again though - and this time I need to test it on PS3 to avoid
a regression that happened two pages prior again
2013-04-06 05:46:09 +02:00
twinaphex
58b6de008b
Revert "Purge fixed-style second_pass_shader."
...
This reverts commit 160bbf0218
.
2013-04-06 03:54:38 +02:00
Themaister
160bbf0218
Purge fixed-style second_pass_shader.
2013-04-06 00:03:28 +02:00
Themaister
77164d18ca
Begin adding core options interface.
2013-04-04 13:58:30 +02:00
Themaister
3b392dfcd6
Rename bsnes_shader_path to xml_shader_path.
2013-04-02 22:40:26 +02:00
Themaister
292bc36b43
Basic mouse grabbing for X11.
2013-03-29 18:55:54 +01:00
twinaphex
426b3a255d
Revert "(PS3) Add third-pass shaders (ifdeffed for PS3 for now - could" -
...
going to do this better
This reverts commit 8b4e6bed93
.
2013-03-29 01:55:08 +01:00
twinaphex
8b4e6bed93
(PS3) Add third-pass shaders (ifdeffed for PS3 for now - could
...
be added to PC as well)
2013-03-28 20:59:49 +01:00
twinaphex
6d8871c76c
Combine menu_settings_set and menu_settings_set_default and
...
move to settings.c
2013-03-23 17:21:42 +01:00
twinaphex
7465b25483
block_config_read is set to true in config_set_defaults
2013-03-22 17:01:59 +01:00
CatalystG
be9a8e63f4
Add input driver for QNX. Copy null driver for now.
...
Conflicts:
griffin/griffin.c
2013-03-19 19:26:36 -04:00
Themaister
51b5a2df5c
Refactor aspect_ratio member.
...
Mutate in g_extern.system.aspect_ratio to avoid
getting wrong aspect ratio on reentrancy.
2013-03-17 22:05:15 +01:00
Themaister
aa24755956
Make initial RGUI directory configurable.
2013-03-17 21:39:28 +01:00
Hans-Kristian Arntzen
2dde412d64
Fix settings.c derp
2013-03-16 21:49:45 +01:00
Hans-Kristian Arntzen
4975ea35fe
Fix assertion trip in settings.c.
2013-03-16 21:45:34 +01:00
twinaphex
d67e4da4db
Revert "Can't have hardcoded binds structs for 8 players"
...
This reverts commit 2579af2764
.
2013-03-16 17:51:28 +01:00
twinaphex
2579af2764
Can't have hardcoded binds structs for 8 players
2013-03-16 17:33:18 +01:00
Themaister
2be53ac0f9
Add MENU_TOGGLE bind config.
2013-03-16 12:21:16 +01:00
meancoot
9fadca2a54
Merge branch 'master' of https://github.com/Themaister/RetroArch into ios
2013-03-09 20:09:32 -05:00
twinaphex
66e7606b25
HAVE_RGUI and HAVE_RMENU are now mutually exclusive - no longer
...
have to be defined both for (say) the Android port
2013-03-09 17:42:19 +01:00
twinaphex
e7f206be79
Revert "Move rmenu_settings.c to settings.c + add header file"
...
This reverts commit b827075d55
.
2013-03-09 17:09:40 +01:00
twinaphex
b827075d55
Move rmenu_settings.c to settings.c + add header file
2013-03-09 17:00:52 +01:00
Themaister
272ef70895
Merge branch 'master' into cd-swap
2013-03-09 09:27:14 +01:00
twinaphex
6899434609
(Android) Add back button behavior option
2013-03-07 15:21:17 +01:00
meancoot
e8e822ffc3
Merge branch 'master' of https://github.com/Themaister/RetroArch into ios
...
Conflicts:
gfx/gfx_context.c
gfx/gfx_context.h
retroarch.c
2013-03-03 21:36:47 -05:00
Themaister
7fadee0da3
Let $XDG_CONFIG_HOME fallback to $HOME/.config.
...
Use the specification more correctly. Keep fallback to
$HOME/.retroarch.cfg.
2013-02-26 18:46:07 +01:00
Themaister
0d1d275227
Merge branch 'master' into cd-swap
2013-02-23 14:50:33 +01:00
Themaister
eb0476ffab
Add configurable GL context.
2013-02-23 14:50:18 +01:00
meancoot
06bb6b7840
Merge branch 'master' of https://github.com/Themaister/RetroArch into ios
2013-02-21 22:18:14 -05:00
Themaister
e3dfba2c34
Add preliminary disk swapping interface.
...
Works with Mednafen's disk swapping model.
2013-02-21 23:44:07 +01:00
Squarepusher
bd4d97337c
Merge pull request #139 from Themaister/thread_video
...
Threaded video driver
2013-02-19 14:17:00 -08:00
Themaister
8f046a790b
Move Android ifdef outside RARCH_CONSOLE.
2013-02-17 22:30:04 +01:00
twinaphex
3fe68149a6
(RMenu) Improve Low RAM mode for RMenu
2013-02-17 22:01:08 +01:00
twinaphex
0357f1510c
(RMenu) Add low RAM mode
2013-02-17 20:23:27 +01:00
Themaister
843d079002
Begin adding threaded video driver wrapper.
2013-02-16 02:48:08 +01:00
meancoot
19fb2fe8f4
Merge branch 'master' of https://github.com/Themaister/RetroArch into ios
2013-02-11 17:13:31 -05:00
twinaphex
fa582bf15e
(Android) Add ICade profile option
2013-02-09 11:44:50 +01:00
twinaphex
2ed42b848d
(GX) Set GX to 4:3 aspect ratio by default when there is no libretro.cfg
2013-02-09 08:30:25 +01:00
Themaister
19f487b765
Set default resampler explicitly.
2013-02-08 14:50:14 +01:00
twinaphex
2f7b3bf781
(RARCH_CONSOLE) audio_resampler will be saved to config file too
2013-02-08 13:55:58 +01:00
Themaister
d33d2e9f0c
Make resamplers more modular.
2013-02-08 11:49:51 +01:00
meancoot
7e4e028fc8
ios: Add a simple input driver draft; tracks only one touch for now.
2013-02-06 18:23:11 -05:00
twinaphex
1dfd9f8662
(RARCH_CONSOLE) Don't recycle lifecycle_mode_state anymore
2013-02-02 17:22:43 +01:00
ToadKing
7967086058
(Android) set opacity overlay
2013-02-01 20:29:42 -05:00
twinaphex
a88f1c3dce
(RMenu/PS3) Saves 'menu_path_texture' now to config
2013-02-01 09:13:29 +01:00
Themaister
61707d2783
Add integer scale options.
2013-01-29 19:28:33 +01:00
Themaister
6f8190ea0b
Add savestate_auto_load option.
2013-01-24 19:24:40 +01:00
twinaphex
cc8c765190
(360/PS3) Set aspect ratio to 16:9 by default
2013-01-23 18:43:00 +01:00
twinaphex
858a21f87a
(360) Correctly initialize fbo_scale_x/fbo_scale_y
2013-01-22 16:30:35 +01:00
twinaphex
905c3f98d8
(RARCH_CONSOLE) Don't require a config file to be present on
...
consoles
2013-01-22 15:10:15 +01:00
twinaphex
8efc01b321
(RARCH_CONSOLE) Use new unzip code and remove console-centric
...
stuff
2013-01-22 00:14:24 +01:00
Themaister
737627dfac
Clarify that config is loaded from default loc.
2013-01-20 12:45:34 +01:00
twinaphex
5d33861c8b
(RMenu) Add rewind_granularity option
2013-01-19 08:54:39 +01:00
twinaphex
4f53bd4ca0
(RARCH_CONSOLE) Change config_get_string to config_get_path
2013-01-13 16:31:34 +01:00
twinaphex
15cbab4876
(RARCH_CONSOLE) Add new Unzip mode : Unzip, Load First File, Then Delete
...
- tested first on PS3
2013-01-13 07:12:21 +01:00
twinaphex
f001938b2e
(RMenu) Default filebrowser startup dir fixed now
2013-01-13 04:57:25 +01:00
twinaphex
ae9a1167b7
(RARCH_CONSOLE) Refactored sram_dir_enable / state_dir_enable setting -
...
also fixed a reentrant bug to do with set savestate dir/set sram dir
boolean variables in parse_input
2013-01-13 04:12:10 +01:00
twinaphex
04cacb5e30
Upgrade lifecycle_menu_state to 64bit variable lifecycle_mode_state
2013-01-12 03:13:03 +01:00
twinaphex
ba51ff51f7
(RARCH_CONSOLE) Refactored zip_extract variable
2013-01-12 02:35:40 +01:00
twinaphex
f21c998cc7
Change font_size to float
2013-01-11 23:00:51 +01:00
twinaphex
c7adeb9ed0
(RMenu) Rmenu now uses g_settings.video.font_size
2013-01-11 21:05:15 +01:00
twinaphex
cc43b84ff2
(RARCH_CONSOLE) Refactor more state variables
2013-01-11 19:44:34 +01:00
twinaphex
193f90a68f
(RARCH_CONSOLE) Clean up config_set_defaults somewhat
2013-01-11 08:38:02 +01:00
twinaphex
33a2816681
(RARCH_CONSOLE) Refactored out msg_info
2013-01-11 07:49:32 +01:00
twinaphex
ca3be92255
(RARCH_CONSOLE) Refactor msg_fps variable
2013-01-11 06:56:05 +01:00
twinaphex
7a3b021b17
g_extern.console.rmenu.mode becomes g_extern.lifecycle_menu_state
2013-01-10 18:04:04 +01:00
twinaphex
6ad5d46781
(RARCH_CONSOLE) rmenu.mode is now set with bitmasked values so
...
as to allow more state management options
2013-01-10 08:46:46 +01:00
twinaphex
6548800152
Small fix to prior commit
2013-01-10 07:12:37 +01:00
twinaphex
13979fe33f
(RARCH_CONSOLE) Add log to indicate when config file is being
...
saved, and to where
2013-01-10 07:11:37 +01:00
twinaphex
d36af814c6
Reintroduce block_config_read
2013-01-10 06:45:44 +01:00
twinaphex
cc71a83fa8
(RARCH_CONSOLE) Console ports now use config_load for loading
...
config file stuff and config_set_default as only place to load
defaults from. Slightly messy defaults will be cleaned up later.
2013-01-10 06:38:19 +01:00
twinaphex
589b5eefdb
(360) 360 audio driver now goes through the same Xaudio driver
...
as PC
2013-01-09 22:04:28 +01:00
Themaister
1a0c3ead4d
Log where config file is loaded from.
2013-01-09 13:31:41 +01:00
Themaister
7c3b9486b3
Set in_rate by default on PC as well.
...
Causes no harm.
2013-01-08 04:58:41 +01:00
twinaphex
33ae5b3e3d
(RARCH_CONSOLE) Do early initing of audio/video/input - add
...
hack to settings.c to progress beyond assert
2013-01-08 03:56:17 +01:00
twinaphex
b56b645366
Rename RARCH_SHADER_BSNES to RARCH_SHADER_GLSL
2013-01-07 17:03:10 +01:00
Themaister
db21661b1c
Fix silly compiler warning.
2013-01-06 01:32:36 +01:00
Themaister
a3a0fbca36
Don't only set font settings with FREETYPE.
2013-01-05 23:58:28 +01:00
twinaphex
c0c81bf22b
(RARCH_CONSOLE) Move rarch_config_save to settings.c - rename to
...
config_save_file
2013-01-05 22:18:59 +01:00
Themaister
8d0fbe53ab
Set some android options default explicitly.
2013-01-05 20:06:59 +01:00
twinaphex
9a8e6a6432
(Android) Add debug input keycode reporting option
2013-01-05 17:09:13 +01:00
twinaphex
cd46fc96a6
(Android) Refactor g_android
2013-01-05 07:38:59 +01:00
twinaphex
4eeac9a1d7
(Android) Add autodetect_enable entry to settings
2013-01-05 04:58:30 +01:00
ToadKing
fd0bb1b3ee
make alsathread a seperate audio driver
2013-01-04 14:58:34 -05:00
Themaister
276b588217
Add custom xml parser. Use as fallback.
2013-01-02 15:18:42 +01:00
Themaister
0b4cf2d053
Update license headers to 2013.
2013-01-01 01:41:15 +01:00
Themaister
925a55c9e1
Start reworking settings menus into Java Phoenix.
...
Fix style according to Eclipse Ctrl+F.
Let frontend find default config.
Start adding popup menu for different settings.
Do not autodetect config on Android in native code.
2012-12-31 15:00:12 +01:00
Themaister
35a591809d
Fix console warning.
2012-12-25 20:47:49 +01:00
Themaister
efef75342b
Rework open_default_config_file().
2012-12-25 14:51:08 +01:00
Themaister
4d802ccfbc
Set custom refresh rate before starting main loop.
2012-12-25 14:00:24 +01:00
Themaister
f445c939e9
Merge branch 'master' into overlay
2012-12-23 13:56:57 +01:00
Themaister
9b58fac354
Always compile in config file support.
2012-12-23 13:55:59 +01:00
Themaister
34bd32c1fd
Add RETRO_OVERLAY_NEXT bind.
2012-12-22 15:33:28 +01:00