Toad King
|
5400d9eaa4
|
(GX) adjust refresh rate for non-interlaced mode
fix pal-60 detection
|
2012-12-23 15:43:37 -05:00 |
|
Toad King
|
ac1e760296
|
(GX) small changes to video mode switching, fixes debug text in some video modes
|
2012-12-23 12:52:35 -05:00 |
|
Toad King
|
9a41c3c1c7
|
(GX) convert image to pixel format with alpha field if we're drawing the menu
|
2012-12-23 12:32:24 -05:00 |
|
Toad King
|
c42bbaf191
|
fix
|
2012-12-18 23:04:26 -05:00 |
|
Toad King
|
79ccb9a6d9
|
(GX) implement 32-bit color support
|
2012-12-18 22:18:31 -05:00 |
|
twinaphex
|
2ecb4cebe8
|
(GX) Video - refactor convert_texture function some more
|
2012-12-19 04:16:04 +01:00 |
|
twinaphex
|
2e9d84efc3
|
(GX) Video - small refactor of texture conversion routine
|
2012-12-19 04:08:47 +01:00 |
|
Toad King
|
376317309e
|
Revert "(GX Video) Only update texture if frame is not NULL"
This reverts commit 78027ee920 .
the logic for this is already in update_textures and it broke menu rendering
|
2012-12-18 21:12:00 -05:00 |
|
twinaphex
|
5cd6017ff5
|
(GX) Use g_extern.draw_menu
|
2012-12-18 08:32:48 +01:00 |
|
twinaphex
|
49d35b2339
|
(Wii) Use WPAD_Data to obtain local pointer to pad state
|
2012-12-16 07:28:01 +01:00 |
|
twinaphex
|
7a67348b3c
|
Change 1 << for bitmasks to 1ULL <<
|
2012-12-15 18:00:30 +01:00 |
|
twinaphex
|
ffa5d4fa5f
|
Rewrite do-while loops for console ports
|
2012-12-15 16:47:35 +01:00 |
|
twinaphex
|
dacab094f0
|
(RMenu) menu_loop renamed into rmenu_iterate - iterates menu code for one frame
|
2012-12-15 16:40:02 +01:00 |
|
twinaphex
|
78027ee920
|
(GX Video) Only update texture if frame is not NULL
|
2012-12-15 07:33:56 +01:00 |
|
twinaphex
|
799a9c35fb
|
gfx_common.c - make gfx_get_fps into the main public function -
and remove the two public wrapper functions
|
2012-12-15 07:03:33 +01:00 |
|
twinaphex
|
7685009f56
|
(GX) Compile fixes -haven't tested yet
|
2012-12-15 05:55:08 +01:00 |
|
twinaphex
|
89e493ed15
|
(GX) Some input tweaks
|
2012-12-15 05:46:49 +01:00 |
|
twinaphex
|
8a271d318c
|
Frame advance - get rid of unnecessary extern variables now
|
2012-12-15 02:25:48 +01:00 |
|
twinaphex
|
dbb962e946
|
Streamline frame_count usage
(Android/Griffin) Fix build
|
2012-12-14 20:33:36 +01:00 |
|
Toad King
|
2209103248
|
(GX) redo video/RGUI code to use new font location
|
2012-12-13 16:12:51 -05:00 |
|
Toad King
|
c6111a3259
|
[CONSOLE] Make separate timers for holding scroll and menu/exit button delay.
Fixes issues with exit/menu button combo not working on GC controllers occasionally
|
2012-11-28 19:55:08 -05:00 |
|
Toad King
|
dcf505f0ea
|
[GX] expand VI width in widescreen mode
|
2012-11-28 09:36:26 -05:00 |
|
twinaphex
|
1e91a5b827
|
(Wii) Input driver - some name changes so that Griffin function
overrides still work
|
2012-11-27 01:23:10 +01:00 |
|
Themaister
|
2c41fe7288
|
Move log_fp to g_extern.
Rework logger macros to use g_extern.log_file is it's non NULL.
Otherwise, fallback to stderr.
|
2012-11-26 16:59:00 +01:00 |
|
twinaphex
|
e1ea973e58
|
Promote HAVE_FILE_LOGGER for all platforms
|
2012-11-26 02:46:40 +01:00 |
|
Toad King
|
6dad2cda8c
|
[GX] Probe Wiimote before doing input code for it
|
2012-11-23 18:01:28 -05:00 |
|
Toad King
|
f02b7e1791
|
[GX] set auto-return for crashes on release builds
|
2012-11-22 02:09:13 -05:00 |
|
Toad King
|
f333d0bc8c
|
[GX] cleanup, prepare for 32-bit support (needs to be implemented)
|
2012-11-22 02:09:12 -05:00 |
|
Toad King
|
9746cb8f97
|
(GX) fix blank video
|
2012-11-20 18:21:42 -05:00 |
|
twinaphex
|
41b1bd3ed0
|
(GX/XDK) Have console ports use gfx_fps_title instead of gfx_window_title
|
2012-11-18 02:32:58 +01:00 |
|
Toad King
|
7f81422ae0
|
[CONSOLES] get compiling working
[GX] support rgb565, still need to fix a blending issue
|
2012-10-21 19:01:43 -04:00 |
|
twinaphex
|
6bf7c3cb06
|
Update credits for collaborated files
|
2012-10-18 06:06:55 +02:00 |
|
twinaphex
|
174c7d9d98
|
(RARCH_CONSOLE) g_console struct removed now - console settings
now a part of g_extern and also compiled in for PC - will use
this for RMenu
|
2012-10-15 06:25:12 +02:00 |
|
twinaphex
|
f4b197784c
|
Move zip_extract_mode from g_console to g_extern.filebrowser_state
|
2012-10-14 20:45:30 +02:00 |
|
twinaphex
|
fc17456581
|
(RMenu / RARCH_CONSOLE) Move more g_console state to g_extern
|
2012-10-14 20:34:16 +02:00 |
|
twinaphex
|
c6cf258b42
|
Simplify rarch_config_load
|
2012-10-04 20:09:23 +02:00 |
|
Twinaphex
|
c09fa1c7af
|
Revert "(Android) Set up rarch_main_init_wrap so that it can load dynamic" - revisit
later
This reverts commit 42f2d068a7 .
|
2012-09-13 06:45:41 +02:00 |
|
Twinaphex
|
42f2d068a7
|
(Android) Set up rarch_main_init_wrap so that it can load dynamic
libretro cores if supported
|
2012-09-13 06:28:57 +02:00 |
|
Toad King
|
c69b3ca938
|
(GX) support more resolution modes, attempt fix at clearing garbage left during screen switch
|
2012-09-12 09:36:38 -04:00 |
|
Toad King
|
9f345b4483
|
(GX) prepare for more custom resolution modes
|
2012-09-12 00:17:33 -04:00 |
|
Toad King
|
e8ad25aef3
|
(GX) fix up bugs on switching screen resolution
change RGUI dimensions to display better with different resolutions
|
2012-09-11 23:33:44 -04:00 |
|
Toad King
|
0a5c5ca1c5
|
(GX) big video code changes, added some custom resolutions for specific consoles
|
2012-09-11 21:19:45 -04:00 |
|
Toad King
|
08743c2111
|
(GX) poll both analog and digital values for GC L/R triggers
|
2012-09-09 23:45:48 -04:00 |
|
Twinaphex
|
b710babeb2
|
Move 'set default controls' function call outside 'set default
settings' function
|
2012-09-10 01:48:39 +02:00 |
|
Toad King
|
20db83cd93
|
(NGC) new dol booter, move app_booter to wii folder
move package folders to wii and ngc respectively
|
2012-09-03 18:05:23 -04:00 |
|
Toad King
|
3197a3177f
|
(GX) different detection code
|
2012-08-31 23:55:12 -04:00 |
|
Toad King
|
1cbc08d9fe
|
(GX) attempt to fix ARAM issues
|
2012-08-31 23:52:08 -04:00 |
|
Twinaphex
|
d721d3c51c
|
(Wii) Fixed define
|
2012-09-01 05:22:56 +02:00 |
|
Twinaphex
|
cee5dfc1de
|
(NGC) Links and builds again
|
2012-09-01 04:20:30 +02:00 |
|
Twinaphex
|
16b2358bf6
|
(GX) Wii now takes in libretro_wii.a, Cube takes in libretro_ngc.a -
DOL/ELF binary output filenames changed - split up code
|
2012-09-01 03:01:33 +02:00 |
|