rpcsx/rpcs3
kd-11 bcf8799079 rsx: Fix missing point size export
- Sometimes program-point-size is enabled, but the vs does not actually
write to the point size register. In this case, pass the incoming point
size along instead of the default register init.
2019-09-30 01:40:04 +03:00
..
cmake_modules Reapply old template depth to compilers (fixes Gentoo building) 2019-08-19 20:12:31 +03:00
Crypto Adds md5 hash to Crypto implementations 2019-09-17 01:17:48 +03:00
Emu rsx: Fix missing point size export 2019-09-30 01:40:04 +03:00
Icons Qt: Add custom pad configs 2019-05-16 20:37:41 +02:00
Json Add SCP extension support to XInput pad handler (#6524) 2019-09-22 11:22:42 +02:00
Loader Explicitly cast size_t to integer types 2019-07-01 04:33:23 +03:00
qt/etc Qt: Create qt/plugins dir to tidy up our Visual Studio builds 2018-05-13 18:39:24 +04:00
rpcs3qt config: dynamically show_fps_in_title 2019-09-29 21:00:17 +02:00
util Restore experimental optimized operators == != for se_t<> 2019-09-28 15:39:50 +03:00
basic_keyboard_handler.cpp cellKb: fix large ASCII characters for some compilers 2019-08-18 08:18:15 +02:00
basic_keyboard_handler.h Qt: fix diacritics in keyboard handler 2019-08-18 08:18:15 +02:00
basic_mouse_handler.cpp Explicitly cast size_t to integer types 2019-07-01 04:33:23 +03:00
basic_mouse_handler.h Remove some warnings from Linux and fixed something from code review. 2017-08-09 22:11:28 +03:00
CMakeLists.txt rename rpcs3_app to headless_application 2019-08-14 23:54:09 +02:00
D3D12GSRender.vcxproj [MSbuild] Extend support to v142 toolset 2019-08-17 23:30:23 +03:00
D3D12GSRender.vcxproj.filters
define_new_memleakdetect.h
ds3_pad_handler.cpp input: fix DS3 button presses (forgot the non pressure sensitive ones) 2019-09-25 21:13:55 +02:00
ds3_pad_handler.h Input: move some pad handler logic to the parent class 2019-09-24 21:09:24 +02:00
ds4_pad_handler.cpp Input: move some pad handler logic to the parent class 2019-09-24 21:09:24 +02:00
ds4_pad_handler.h Input: move some pad handler logic to the parent class 2019-09-24 21:09:24 +02:00
emucore.vcxproj sys_usbd implementation 2019-09-17 01:17:48 +03:00
emucore.vcxproj.filters sys_usbd implementation 2019-09-17 01:17:48 +03:00
evdev_joystick_handler.cpp Input: move some pad handler logic to the parent class 2019-09-24 21:09:24 +02:00
evdev_joystick_handler.h Input: move some pad handler logic to the parent class 2019-09-24 21:09:24 +02:00
frame_icon.xpm Update .xpm based on new .ico 2017-05-22 20:53:59 +03:00
git-version.cmake Chase GIT_VERSION rename after 923700a167 2019-02-28 04:48:16 +03:00
GLGSRender.vcxproj [MSbuild] Extend support to v142 toolset 2019-08-17 23:30:23 +03:00
GLGSRender.vcxproj.filters rsx: Texture cache refactor 2019-01-06 10:44:40 +03:00
headless_application.cpp Forces numeric locale to default 2019-09-20 11:00:05 +02:00
headless_application.h Qt: Enable stylesheet cli args and add stylesheet option "None" 2019-09-13 10:30:56 +02:00
keyboard_pad_handler.cpp Input: move some pad handler logic to the parent class 2019-09-24 21:09:24 +02:00
keyboard_pad_handler.h fix some new warnings 2019-09-25 07:33:32 +02:00
main.cpp Qt: add --styles cli arg 2019-09-13 10:30:56 +02:00
main_application.cpp Use g_fxo for rsx::thread 2019-09-26 23:26:36 +03:00
main_application.h Qt: Enable stylesheet cli args and add stylesheet option "None" 2019-09-13 10:30:56 +02:00
mm_joystick_handler.cpp fix some new warnings 2019-09-25 07:33:32 +02:00
mm_joystick_handler.h Input: move some pad handler logic to the parent class 2019-09-24 21:09:24 +02:00
OpenAL.vcxproj [MSbuild] Extend support to v142 toolset 2019-08-17 23:30:23 +03:00
OpenAL.vcxproj.filters Rewrite OpenAL backend to support new features 2019-01-12 21:29:56 +03:00
pad_thread.cpp Input: move some pad handler logic to the parent class 2019-09-24 21:09:24 +02:00
pad_thread.h Input: don't intercept pads after system dialogs, but still ignore input 2019-09-20 22:12:40 +02:00
resource.h
resources.qrc Pad settings dialog improvements 2019-09-15 22:48:39 +02:00
restore_new.h
rpcs3.appdata.xml Update rpcs3.appdata.xml 2019-02-14 03:10:36 +03:00
rpcs3.desktop Make it pass desktop-file-validate in Ubuntu 14.04 2017-08-18 20:57:21 +03:00
rpcs3.icns Support macOS bundling for binary distribution 2018-12-16 18:17:21 +03:00
rpcs3.ico Update rpcs3.ico 2017-04-08 00:56:38 +03:00
rpcs3.plist.in CMake: Use Info.plist template for macOS bundle 2019-02-26 21:09:18 +00:00
rpcs3.png Add installation for linux 2017-05-22 20:53:59 +03:00
rpcs3.rc Fix icon and exe name for VS. 2017-06-18 00:30:51 +03:00
rpcs3.svg Add installation for linux 2017-05-22 20:53:59 +03:00
rpcs3.vcxproj sys_usbd implementation 2019-09-17 01:17:48 +03:00
rpcs3.vcxproj.filters sys_usbd implementation 2019-09-17 01:17:48 +03:00
rpcs3_version.cpp rpcs3_version: Bump to 0.0.7 2019-08-30 03:09:59 +01:00
rpcs3_version.h Remove unnecessary include git-version.h 2017-09-20 14:26:42 +03:00
stb_image.cpp Disable warnings for stb_image.cpp. Should this file be moved to 2019-06-25 20:36:32 -07:00
stdafx.cpp
stdafx.h Implement waitable atomics 2019-07-29 03:04:55 +03:00
stdafx_d3d12.h
VKGSRender.vcxproj vk: Reimplement DMA synchronization 2019-09-12 23:32:21 +03:00
VKGSRender.vcxproj.filters vk: Reimplement DMA synchronization 2019-09-12 23:32:21 +03:00
windows.qrc Qt: Use additional windows resource file for qt.conf 2018-05-13 21:02:21 +04:00
XAudio.vcxproj [MSbuild] Extend support to v142 toolset 2019-08-17 23:30:23 +03:00
XAudio.vcxproj.filters Implement Audio Backend Capabilities querying 2019-01-12 21:29:56 +03:00
xinput_pad_handler.cpp Input: move some pad handler logic to the parent class 2019-09-24 21:09:24 +02:00
xinput_pad_handler.h Input: move some pad handler logic to the parent class 2019-09-24 21:09:24 +02:00