Toad King
|
350af0a458
|
initial Raspberry Pi work. Currently just displays a solid blue screen.
|
2012-05-23 02:31:29 -04:00 |
|
Twinaphex
|
b453bedcee
|
Add HAVE_FILEBROWSER define
|
2012-05-22 22:11:21 +02:00 |
|
Themaister
|
802851ecf2
|
SHUTDOWN should exit RetroArch.
|
2012-05-22 20:25:03 +02:00 |
|
Themaister
|
d2b55f38cd
|
Add RETRO_ENVIRONMENT_SHUTDOWN.
|
2012-05-22 20:14:07 +02:00 |
|
TwinAphex51224
|
5185fb7baa
|
(360) Filebrowser sorts files by name now
|
2012-05-22 20:50:29 +02:00 |
|
TwinAphex51224
|
1355f1204d
|
(360) Cleanup to viewport resize function
|
2012-05-22 20:39:27 +02:00 |
|
TwinAphex51224
|
d7f8f847e5
|
(360) Implemented auto aspect ratio
|
2012-05-22 20:15:27 +02:00 |
|
Twinaphex
|
69209b5e2e
|
Replace remaining strcats with strlcat
|
2012-05-22 19:03:42 +02:00 |
|
TwinAphex51224
|
3e10f615bd
|
(360) small fix for 360 build
|
2012-05-22 19:03:47 +02:00 |
|
Twinaphex
|
e8e9a71b60
|
replace remaining strcpys with strlcpy (except for librsound.c)
|
2012-05-22 18:51:06 +02:00 |
|
Twinaphex
|
f5c4a29584
|
Replace remaining sprintfs with snprintf
|
2012-05-22 18:32:08 +02:00 |
|
Twinaphex
|
f6839e58a1
|
Remove redundant auto_vp
|
2012-05-22 18:26:35 +02:00 |
|
Twinaphex
|
03f081ace6
|
(PS3) Automatic aspect ratio based on game width/height works
now
|
2012-05-22 18:23:58 +02:00 |
|
TwinAphex51224
|
e7e0b9ca27
|
(MSVC) Updated MSVC solution files
|
2012-05-22 17:38:33 +02:00 |
|
TwinAphex51224
|
4ad1a6243e
|
(PS3) Some fixes to outdated MSVC PS3 project files
|
2012-05-22 17:26:23 +02:00 |
|
TwinAphex51224
|
3ec196d9e2
|
(360) Fix 360 build
|
2012-05-22 17:06:02 +02:00 |
|
TwinAphex51224
|
62beb6f63d
|
(360/RARCH_CONSOLE) Change sprintfs to snprintfs
|
2012-05-22 17:02:24 +02:00 |
|
TwinAphex51224
|
dd6ec8222f
|
(360) Shader selection - start in shaders subdir
|
2012-05-22 16:43:46 +02:00 |
|
Themaister
|
7137bfc10e
|
Globally visible struct gets namespacing.
|
2012-05-22 15:36:29 +02:00 |
|
Themaister
|
2b712f5f46
|
Avoid ifdef.
|
2012-05-22 15:34:53 +02:00 |
|
TwinAphex51224
|
6d0c569f0a
|
(360) Add color format setting for changing backbuffer color format -
32bit ARGB and 16bit RGBA
|
2012-05-22 16:04:39 +02:00 |
|
TwinAphex51224
|
56a9d359ba
|
(360) OSD messages now also work if g_console.emulator_initialized
is false
|
2012-05-22 15:21:45 +02:00 |
|
TwinAphex51224
|
0a1cf3edba
|
(360) Add more OSD messages for options
|
2012-05-22 04:52:12 +02:00 |
|
TwinAphex51224
|
4e05524172
|
(360) Add some more OSD messages
|
2012-05-22 04:25:45 +02:00 |
|
TwinAphex51224
|
7064abded5
|
(RARCH_CONSOLE) message queue needs to be inited long before
Retro arch main init function - also added some onscreen
messages to some of the settings for the 360 port
|
2012-05-22 04:14:28 +02:00 |
|
TwinAphex51224
|
611dd9f34e
|
(360) Some menu usability tweaks
|
2012-05-22 03:40:55 +02:00 |
|
TwinAphex51224
|
81203de0a2
|
(360) B button works better now in menu
|
2012-05-22 03:10:56 +02:00 |
|
Twinaphex
|
d51772dcb1
|
(PS3) Updated to work with new viewport settings code
|
2012-05-22 02:32:32 +02:00 |
|
TwinAphex51224
|
4ecdddb2cb
|
(360) refactor viewport settings code - also need to update
PS3 after this commit
|
2012-05-22 02:36:31 +02:00 |
|
TwinAphex51224
|
74d12bf1a1
|
(360) Custom resize mode now works
|
2012-05-22 02:19:40 +02:00 |
|
Twinaphex
|
2103440c91
|
(PS3) Cleanups
|
2012-05-21 21:52:30 +02:00 |
|
TwinAphex51224
|
ad17453d5c
|
(360) Shader filenames are now shown in settings menu
|
2012-05-21 21:20:28 +02:00 |
|
TwinAphex51224
|
025ea6608f
|
rarch_convert_wchar_to_const_char function is portable, so
hose it out of ifdef _XBOX define
|
2012-05-21 19:08:37 +02:00 |
|
TwinAphex51224
|
8cb3172eea
|
(360) Cleaned up messy char to wchar and vice versa conversion routines
in 360 menu code by using new helper functions
|
2012-05-21 19:06:31 +02:00 |
|
TwinAphex51224
|
9cd3db85aa
|
(360) Very rough shader selection in Settings menu - second pass doesn't work yet - blank screen - some memory leaks when loading a lot of shaders one after another
|
2012-05-21 18:02:59 +02:00 |
|
Themaister
|
068b3b90f5
|
Update version to 0.9.6-rc1.
|
2012-05-11 21:43:56 +02:00 |
|
Themaister
|
4ddc5a9912
|
Fix strange bug where binds in player 2 would carry over to player 1.
|
2012-05-09 23:25:30 +02:00 |
|
Themaister
|
4debf60bad
|
Do not output FFT sanity test to stdout.
|
2012-05-08 13:02:29 +02:00 |
|
Themaister
|
bc604f5029
|
Output SNR results to CSV.
|
2012-05-08 12:55:12 +02:00 |
|
Themaister
|
3878e81ce4
|
Improve SNR measurement.
|
2012-05-08 12:14:03 +02:00 |
|
TwinAphex51224
|
16e7355314
|
(360) Add second hardware filter option
|
2012-05-08 04:22:53 +02:00 |
|
TwinAphex51224
|
9272fdcdd6
|
(360) Add FBO on/off switch
|
2012-05-08 03:37:06 +02:00 |
|
Twinaphex
|
318d7a85d6
|
Merge branch 'master' of github.com:Themaister/RetroArch
rsound works but sound is FUBAR
Conflicts:
console/console_ext.c
|
2012-05-07 23:59:20 +02:00 |
|
Themaister
|
da941b8c6c
|
Do not start audio driver out of the blue.
|
2012-05-07 23:57:39 +02:00 |
|
Twinaphex
|
bdba331096
|
(PS3) Preliminary rsound patches
|
2012-05-07 23:52:15 +02:00 |
|
Themaister
|
a9eaa86683
|
Cleanup in driver selection.
|
2012-05-07 23:20:13 +02:00 |
|
TwinAphex51224
|
24d9f815ce
|
(360) Added extra buttons
|
2012-05-07 22:47:36 +02:00 |
|
Twinaphex
|
9351ac9fd9
|
(PS3) Added extra buttons for PS3 port
|
2012-05-07 22:25:56 +02:00 |
|
Themaister
|
34553627b2
|
Add Python lookups to L2/R2/L3/R3.
|
2012-05-07 21:59:39 +02:00 |
|
Themaister
|
dd90a338d5
|
Add L2/R2/L3/R3 keys.
|
2012-05-07 21:51:32 +02:00 |
|