420 Commits

Author SHA1 Message Date
TwinAphex51224
6e8e5ec89b (360) Remove xdk360_video_general.h header file - use uniform
IS_TIMER/SET_TIMER macros
2012-05-28 03:45:22 +02:00
TwinAphex51224
ca9b6ac0e2 (360) Turned xdk360_init_fbo static 2012-05-28 03:29:07 +02:00
TwinAphex51224
c1d8bf8bea (360) Fast forwarding mode works again 2012-05-28 02:51:34 +02:00
TwinAphex51224
463fdd9bdf (360) Add 360 context file and use it 2012-05-28 02:29:51 +02:00
TwinAphex51224
b7fce9a98e (360) Removed g_d3d global pointer 2012-05-28 00:56:58 +02:00
TwinAphex51224
f8ad3dcc91 (360) Font subsystem works again - font crap needs to be badly
refactored
2012-05-28 00:45:30 +02:00
TwinAphex51224
e871f9523f (360) Fix 360 build 2012-05-28 00:37:54 +02:00
Twinaphex
97b966ab59 (PS3)_Made ps3_ctx file - implemented set_swap_interval function -
removed gl_common.c
2012-05-26 15:00:20 +02:00
TwinAphex51224
83d6fd3cbb (360) Preliminary FBO scaling options - need to restart before change
is applied, fbo_reinit function doesn't seem to work on-the-fly yet,
and 3x/4x FBO seems to crash right now
2012-05-24 11:34:10 +02:00
Themaister
1bc5e338b9 Should fix crash. 2012-05-23 23:54:31 +02:00
Themaister
0657fd8e1d Hoist some FBO code outside. 2012-05-23 23:46:45 +02:00
TwinAphex51224
176e4b2cb3 (360) Added preliminary controls settings/menu 2012-05-23 08:38:14 +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
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
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
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
TwinAphex51224
ad17453d5c (360) Shader filenames are now shown in settings menu 2012-05-21 21:20:28 +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
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
TwinAphex51224
24d9f815ce (360) Added extra buttons 2012-05-07 22:47:36 +02:00
TwinAphex51224
df650a5e64 (360) Aspect ratio selection fix 2012-05-07 20:55:33 +02:00
TwinAphex51224
b198fd1237 (360) More settings saved 2012-05-07 17:27:14 +02:00
TwinAphex51224
15d9af091e Revert "(360) Small code cleanups in fonts.cpp"
This reverts commit 4b7b47fbf1dc47634bcc14a03b042fb27cf9a807.
2012-05-07 16:43:26 +02:00
TwinAphex51224
8f7ca9130a Revert "(360) Cleanups fonts.cpp"
This reverts commit 0c5c3c4299d7115610bd0f6de119238dc28f7372.
2012-05-07 16:43:16 +02:00
TwinAphex51224
8e4d2f6feb (360) FBO/render target changes 2012-05-07 05:35:10 +02:00
Twinaphex
0c5c3c4299 (360) Cleanups fonts.cpp 2012-05-07 03:41:52 +02:00
TwinAphex51224
4b7b47fbf1 (360) Small code cleanups in fonts.cpp 2012-05-07 03:35:29 +02:00
TwinAphex51224
43dbec58a3 (360) Small fix 2012-05-06 22:11:06 +02:00
Themaister
51890d2609 Align vertex/texels. 2012-05-06 22:02:54 +02:00
TwinAphex51224
3af750de3a (360) HLSL shader code expanded 2012-05-06 21:57:01 +02:00
TwinAphex51224
cfe5ce5286 (360) Lay the groundwork for FBO mode 2012-05-06 18:54:17 +02:00
Twinaphex
69496bc291 Replace more SSNES strings/references 2012-04-22 02:06:34 +02:00
Twinaphex
4893696e22 Use retroarch.cfg now 2012-04-22 01:45:55 +02:00
TwinAphex51224
61d88fe42d (360) Fixup 2012-04-22 00:34:33 +02:00
TwinAphex51224
7fa59c7f6a (360) 360 port mostly works again - some small things to take care of 2012-04-22 00:27:54 +02:00
TwinAphex51224
4514e67c6f (360) CSSNES instances changed to CRetroArch 2012-04-22 00:14:18 +02:00
TwinAphex51224
61eb18fa8a (360) More 360 changes 2012-04-22 00:11:48 +02:00
TwinAphex51224
b93ca1653c (360) Fix up filenames 2012-04-21 23:54:20 +02:00