..
cmake_modules
CMake: improve compiler checks ( #1847 )
2016-07-10 16:15:56 +08:00
Crypto
fs:: handle negative seek
2017-03-27 01:15:41 +03:00
Emu
Check variable before to execute remove, in GLGSRender::on_exit ( #2682 )
2017-04-18 00:30:34 +03:00
Gui
Fix crash on linux when opening the settings dialog in debug mode
2017-04-18 21:37:17 +03:00
Loader
Trophy update ( #2655 )
2017-04-13 20:29:47 +03:00
rpcs3qt
[WIP] Update Qt interface ( #2336 )
2017-04-07 01:12: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
Travis fix
2017-04-12 12:58:03 +03:00
copy_setup_h.vcxproj
DX12 dependencies fix
2015-11-17 21:00:59 +03:00
copy_setup_h.vcxproj.user
New reservations
2017-03-10 15:51:40 +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
Misc ( #2614 )
2017-04-13 19:30:25 +03:00
emucore.vcxproj.filters
Misc ( #2614 )
2017-04-13 19:30:25 +03: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
rsx/gl: Minor refactoring; prepare vulkan backend
2017-03-01 00:16:55 +03:00
GLGSRender.vcxproj.filters
rsx/gl: Minor refactoring; prepare vulkan backend
2017-03-01 00:16:55 +03: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
MMJoystickHandler.cpp
Xinput/MMjoy: Fix connection status
2017-03-25 14:26:27 +03:00
MMJoystickHandler.h
Joystick support using mmsystem library on windows ( #2355 )
2017-02-10 15:28:00 +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
OpenAL.vcxproj.user
New reservations
2017-03-10 15:51:40 +03: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
ALSA Audio Renderer (Linux)
2017-04-09 19:45:12 +03:00
rpcs3.h
Debugger fix
2017-02-10 16:33:22 +03:00
rpcs3.ico
Update rpcs3.ico
2017-04-08 00:56:38 +03:00
rpcs3.vcxproj
Joystick support using mmsystem library on windows ( #2355 )
2017-02-10 15:28:00 +03:00
rpcs3.vcxproj.filters
Joystick support using mmsystem library on windows ( #2355 )
2017-02-10 15:28:00 +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
0.0.2 Alpha
2017-03-11 21:38:49 +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
sys_gamepad.cpp
Stub sys_gamepad ycon interface ( #2435 )
2017-02-28 19:15:11 +03:00
sys_gamepad.h
Stub sys_gamepad ycon interface ( #2435 )
2017-02-28 19:15:11 +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
VKGSRender.vcxproj.user
New reservations
2017-03-10 15:51:40 +03: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
XAudio.vcxproj.user
New reservations
2017-03-10 15:51:40 +03:00
XInputPadHandler.cpp
Xinput/MMjoy: Fix connection status
2017-03-25 14:26:27 +03:00
XInputPadHandler.h
Partial commit: IO
2016-04-15 19:22:39 +03:00