rpcsx/rpcs3
Ani 01ef9ecca4 sceNp: Fix ExitSpawn, Implement VerifyUpgradeLicense (#2428)
* sceNp: Fix ExitSpawn and ExitSpawn2

Fixes sceNpDrmProcessExitSpawn and sceNpDrmProcessExitSpawn2
functions

The problem was that first argument klicensee was missing, therefore
shifting every other argument out of place and throwing an access
violation at the end.

* Use npDrmIsAvailable on sceNpDrmProcessExitSpawn

Tries to decrypt DRM file with provided klicensee

* Implement sceNpDrmVerifyUpgradeLicense

Implements sceNpDrmVerifyUpgradeLicense / sceNpDrmVerifyUpgradeLicense2
2017-02-26 23:44:48 +03:00
..
cmake_modules CMake: improve compiler checks (#1847) 2016-07-10 16:15:56 +08:00
Crypto Fix #2397 2017-02-16 17:14:29 +03:00
Emu sceNp: Fix ExitSpawn, Implement VerifyUpgradeLicense (#2428) 2017-02-26 23:44:48 +03:00
Gui Disable PPU interpreter (precise) 2017-02-24 16:57:09 +03:00
Loader Ditch fs::get_executable_dir 2017-02-22 17:17:26 +03:00
rpcs3qt Files clean up 2017-02-03 21:15:46 +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 CMake: fix linkage on Linux, missing libdl 2017-02-10 16:24:31 +03: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 PS3UPDAT.PUP installer (#2386) 2017-02-16 10:15:00 +08:00
emucore.vcxproj.filters PS3UPDAT.PUP installer (#2386) 2017-02-16 10:15:00 +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
MMJoystickHandler.cpp fix up an issue with sceNpTrophyCreateContext (#2382) 2017-02-14 20:46:56 +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
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 Debugger fix 2017-02-10 16:33:22 +03:00
rpcs3.h Debugger fix 2017-02-10 16:33:22 +03:00
rpcs3.ico Add Icon on the .exe 2015-06-30 20:36:46 +02: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 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