Themaister
|
671697a211
|
Move X11 keyboard event to x11_common.
TODO: Add to xegl and xvideo.
|
2012-12-08 13:35:07 +01:00 |
|
Themaister
|
5185524b46
|
Use common code for handling keysym translations.
|
2012-12-08 13:26:10 +01:00 |
|
Themaister
|
6709dcb274
|
Use XLookupKeysym instead. Add test.
XKeycodeToKeysym is deprecated.
|
2012-12-08 12:51:04 +01:00 |
|
Hans-Kristian Arntzen
|
3c5aec41a1
|
Merge pull request #72 from meancoot/master
Allow libretro core to receive keyboard input using events rather than polling.
|
2012-12-08 03:29:03 -08:00 |
|
meancoot
|
d236863d05
|
(Key Events) Sloppy, ascii only, X11 version.
|
2012-12-07 18:45:50 -05:00 |
|
meancoot
|
be1fdd419b
|
(Key Events) Add modifier flag argument; plus cleanup.
|
2012-12-07 03:18:18 -05:00 |
|
twinaphex
|
44b2343a9b
|
(Android) Move back to old reinit video context - meancoot - test
if this works for you
|
2012-12-05 19:53:57 +01:00 |
|
twinaphex
|
aab0ed8fce
|
(Android) Refactor check_window - store AConfiguration_getOrientation
return value in local variable and reuse this value from there
|
2012-12-05 06:43:00 +01:00 |
|
twinaphex
|
f81ee3be30
|
(Android) Refactor context restore and video orientation change
code - context restore only needs to restore video and not all
drivers
|
2012-12-05 06:31:24 +01:00 |
|
twinaphex
|
0dce6a6db6
|
(Android) Move video reinit code to EGL check_window function -
now properly resizes video after orientation change and restores
video context after minimizing and restoring
|
2012-12-05 06:17:45 +01:00 |
|
meancoot
|
e60bb1d168
|
Add RETRO_ENVIRONMENT_SET_KEYBOARD_CALLBACK. An interface for allowing keyboard event data to be sent to the core.
|
2012-11-25 20:23:31 -05:00 |
|
twinaphex
|
51f51d4a65
|
(XDK) Remove force_16bit
|
2012-11-20 23:54:35 +01:00 |
|
Themaister
|
28bb46483c
|
Drop video_force_16bit.
This option is silly now.
|
2012-11-20 23:23:18 +01:00 |
|
twinaphex
|
881e440ea6
|
(360) Add some FBO reiniting logic
|
2012-11-20 15:44:44 +01:00 |
|
twinaphex
|
eaf5041cd8
|
(Xbox 1) Build fixes
|
2012-11-20 06:39:35 +01:00 |
|
twinaphex
|
28c39a5beb
|
(XDK) Fixed viewport settings
|
2012-11-20 06:08:58 +01:00 |
|
twinaphex
|
1f74056286
|
(Xbox 1) Build fixes
|
2012-11-20 03:19:00 +01:00 |
|
twinaphex
|
a8b3d23184
|
(XDK D3D) Reinits textures now
|
2012-11-20 02:51:00 +01:00 |
|
twinaphex
|
9570e39744
|
(XDK D3D) Cleanups
|
2012-11-20 02:03:26 +01:00 |
|
twinaphex
|
cfc2fac31a
|
(XDK D3D) Split up device creation code to context file
|
2012-11-20 01:55:16 +01:00 |
|
twinaphex
|
5976f4c7b1
|
(XDK D3D) Split off texture init into separate function
|
2012-11-19 23:30:32 +01:00 |
|
twinaphex
|
ba2de00c8d
|
(XDK) Replace hardcoded 512 values with tex_w/tex_h
|
2012-11-19 19:57:25 +01:00 |
|
twinaphex
|
05b552e5a4
|
(Xbox 1) Build fixes
|
2012-11-19 05:00:38 +01:00 |
|
twinaphex
|
52f52bc253
|
(360) Build fixes
|
2012-11-19 04:46:48 +01:00 |
|
twinaphex
|
f0ebecfc32
|
(RMenu) Remove RMenu context files and use Gfx context files
instead
|
2012-11-19 04:09:16 +01:00 |
|
twinaphex
|
3bdfb3a011
|
(PS3/XDK) Get rid of redundant apply_fbo_state_changes function
|
2012-11-19 00:01:55 +01:00 |
|
Themaister
|
51f6cabc5f
|
Drop redundant functions in ps3 ctx.
|
2012-11-18 23:33:14 +01:00 |
|
twinaphex
|
d0be74d2e7
|
(PS3) Changing orientation and aspect ratio now no longer affects
the menu image
|
2012-11-18 23:29:27 +01:00 |
|
Themaister
|
dffbaff0b0
|
Use global vertexes_flipped.
|
2012-11-18 22:42:06 +01:00 |
|
twinaphex
|
8f821dd1d7
|
(PS3) Going to get rid of redundant apply fbo changes function -
non-FBO mode still broken
|
2012-11-18 22:02:29 +01:00 |
|
twinaphex
|
ce1de27b5a
|
(GL/PS3) Refactor FBO setting
|
2012-11-18 21:50:27 +01:00 |
|
twinaphex
|
85140492aa
|
(PS3) Fixup gfx_ctx_apply_fbo_state_changes + indenting fixes
|
2012-11-18 19:19:07 +01:00 |
|
ToadKing
|
1e6558d18d
|
[VC] log FPS to console
|
2012-11-15 19:08:24 -05:00 |
|
twinaphex
|
4a198a83a8
|
(PS3) Build fix
|
2012-11-15 00:57:43 +01:00 |
|
twinaphex
|
6d6c170f09
|
(Xbox 1) Set up for 32bit color now - just need a more elegant
way of automatically switching on 32bit/16bit color during init
instead of g_settings.video.color_format
|
2012-11-10 16:17:01 +01:00 |
|
twinaphex
|
5d315029ae
|
(360 Set 32bit color format - screen currently cut in half
|
2012-11-10 15:57:05 +01:00 |
|
twinaphex
|
e87477a75f
|
(360) Now supports RGB565
|
2012-11-10 14:32:15 +01:00 |
|
twinaphex
|
93f9316a9b
|
(Xbox 1) Build fixes
|
2012-11-10 13:46:24 +01:00 |
|
twinaphex
|
de4648a127
|
(Android) Possible context fix
|
2012-11-09 22:33:54 +01:00 |
|
twinaphex
|
48b0bc7f2d
|
(Android) Use eglGetError
|
2012-11-09 21:52:07 +01:00 |
|
twinaphex
|
acb4f63cfb
|
(Android) Build fix
|
2012-11-09 21:20:55 +01:00 |
|
twinaphex
|
eb5bb55754
|
(Android) Need to know return val
|
2012-11-09 20:47:17 +01:00 |
|
twinaphex
|
8ba727ab30
|
(Android) Build fix
|
2012-11-09 17:05:03 +01:00 |
|
twinaphex
|
0b6bbe04a3
|
(Android) Add log error messages for Android EGL context for debugging
|
2012-11-09 09:43:16 +01:00 |
|
twinaphex
|
610b54e3b2
|
(Android) Some initial context restoring in EGL context
|
2012-11-03 19:23:52 +01:00 |
|
twinaphex
|
0dbcdb087d
|
(Android) Rewrite of input code
|
2012-11-03 00:31:05 +01:00 |
|
twinaphex
|
02f81a38c2
|
(Android) Create input_state for Android app - can now signal that a window
was created, or that we want to shutdown
|
2012-11-02 22:27:22 +01:00 |
|
twinaphex
|
3837a503b7
|
(Android) Reimplement native glue code
|
2012-11-01 05:48:46 +01:00 |
|
OV2
|
eaa637aa4b
|
win32: report correct monitor size for regular fullscreen in wgl
|
2012-10-31 21:36:17 +01:00 |
|
twinaphex
|
4d99d93df0
|
(Android) remove Android save state for now - unused and will
probably reimplement it later
|
2012-10-31 18:10:38 +01:00 |
|