rpcsx/rpcs3
al0xf f2ba41af46 Stub cellOsk (#2264)
* Stub cellOsk

Returns the word "rpcs3" as OSK input for now. Tested and working in
Terraria, Nier, and some homebrew. The next step would be to hook it up
to the GUI so the user can enter any text.

* Fix commit

* Fix formatting

* cellOsk improvements

* cellOsk improvements
2017-01-19 01:01:25 +03:00
..
cmake_modules CMake: improve compiler checks (#1847) 2016-07-10 16:15:56 +08:00
Crypto Formatting system improved 2016-08-04 21:34:00 +03:00
Emu Stub cellOsk (#2264) 2017-01-19 01:01:25 +03:00
Gui gl/vk: Bug fixes and improvements (#2206) 2016-10-18 15:57:28 +08:00
Loader Minor fixes 2016-08-17 19:50:20 +03:00
rpcs3qt Partial commit: Preview 2016-04-15 19:22:15 +03:00
BasicKeyboardHandler.cpp Partial commit: IO 2016-04-15 19:22:39 +03:00
BasicKeyboardHandler.h Partial commit: IO 2016-04-15 19:22:39 +03:00
BasicMouseHandler.cpp Partial commit: IO 2016-04-15 19:22:39 +03:00
BasicMouseHandler.h Partial commit: IO 2016-04-15 19:22:39 +03:00
CMakeLists.txt Add cereal dependency 2016-07-30 18:39:26 +02:00
copy_setup_h.vcxproj DX12 dependencies fix 2015-11-17 21:00:59 +03:00
D3D12GSRender.vcxproj Try to use new shaders decompiler in OpenGL backend 2016-06-21 19:56:00 +03:00
D3D12GSRender.vcxproj.filters Shared PCH (experimental) 2015-12-04 23:37:44 +03:00
D3D12GSRender.vcxproj.user Property sheets, configuration simplified 2015-12-08 20:02:30 +03:00
define_new_memleakdetect.h Fix compile errors in Debug - MemLeak. 2014-09-07 10:43:25 +02:00
emucore.vcxproj gl/vk/rsx: Add a cross-platform overlay text; Minor perf improvements and rsx bugfixes (#2196) 2016-10-11 08:55:42 +08:00
emucore.vcxproj.filters gl/vk/rsx: Add a cross-platform overlay text; Minor perf improvements and rsx bugfixes (#2196) 2016-10-11 08:55:42 +08:00
emucore.vcxproj.user Cleanup some files 2014-10-22 01:12:15 +05:30
frame_icon.xpm Fixed the frame icon (#1811) 2016-06-21 17:03:07 +03:00
git-version.cmake Git version fixed 2015-10-04 23:05:46 +03:00
GLGSRender.vcxproj gl/vk/rsx: Add a cross-platform overlay text; Minor perf improvements and rsx bugfixes (#2196) 2016-10-11 08:55:42 +08:00
GLGSRender.vcxproj.filters gl/vk/rsx: Add a cross-platform overlay text; Minor perf improvements and rsx bugfixes (#2196) 2016-10-11 08:55:42 +08:00
GLGSRender.vcxproj.user Property sheets, configuration simplified 2015-12-08 20:02:30 +03:00
KeyboardPadHandler.cpp Partial commit: IO 2016-04-15 19:22:39 +03:00
KeyboardPadHandler.h Partial commit: IO 2016-04-15 19:22:39 +03:00
OpenAL.vcxproj Moves GL, minidx12, OpenAL, stblib to 3rdparty 2016-03-20 22:20:23 +00:00
OpenAL.vcxproj.filters Put XAudio and OpenAL files in separate projects. 2016-01-03 21:01:11 +01:00
ps3emu_api_enums.h Added rpcs3 api (dynamic library) 2016-06-17 21:26:06 +03:00
ps3emu_api_structs.h Added rpcs3 api (dynamic library) 2016-06-17 21:26:06 +03:00
resource.h Add RPCS3 version to logging 2015-09-07 20:13:42 +03:00
restore_new.h Fix compile errors in Debug - MemLeak. 2014-09-07 10:43:25 +02:00
rpcs3.cpp Silly macro removed-2 2016-08-14 18:19:42 +03:00
rpcs3.h Partial commit: Emu (the rest) 2016-04-15 19:22:49 +03:00
rpcs3.ico Add Icon on the .exe 2015-06-30 20:36:46 +02:00
rpcs3.vcxproj Update Vulkan submodules 2016-07-11 19:27:50 +03:00
rpcs3.vcxproj.filters rpcs3.rc recreated as rpcs3_.rc 2016-04-15 20:19:28 +03:00
rpcs3.vcxproj.user DX12 fix + rpcs3-tests project 2015-10-21 13:31:29 +03:00
rpcs3_.rc rpcs3.rc recreated as rpcs3_.rc 2016-04-15 20:19:28 +03:00
rpcs3_api.cpp Added rpcs3 api (dynamic library) 2016-06-17 21:26:06 +03:00
rpcs3_version.cpp GUI logging improved 2016-07-21 01:54:39 +03:00
rpcs3_version.h Added rpcs3 version object 2016-06-17 21:26:04 +03:00
stb_image.cpp Moves GL, minidx12, OpenAL, stblib to 3rdparty 2016-03-20 22:20:23 +00:00
stdafx.cpp Partial commit: Preview 2016-04-15 19:22:15 +03:00
stdafx.h Silly macro removed-2 2016-08-14 18:19:42 +03:00
stdafx_d3d12.h Partial commit: Preview 2016-04-15 19:22:15 +03:00
stdafx_gui.h Partial commit: Preview 2016-04-15 19:22:15 +03:00
VKGSRender.vcxproj gl/vk/rsx: Add a cross-platform overlay text; Minor perf improvements and rsx bugfixes (#2196) 2016-10-11 08:55:42 +08:00
VKGSRender.vcxproj.filters gl/vk/rsx: Add a cross-platform overlay text; Minor perf improvements and rsx bugfixes (#2196) 2016-10-11 08:55:42 +08:00
XAudio.vcxproj Dynamic XAudio version detection 2016-07-21 17:46:46 +03:00
XAudio.vcxproj.filters Dynamic XAudio version detection 2016-07-21 17:46:46 +03:00
XInputPadHandler.cpp Partial commit: IO 2016-04-15 19:22:39 +03:00
XInputPadHandler.h Partial commit: IO 2016-04-15 19:22:39 +03:00