Commit graph

2270 commits

Author SHA1 Message Date
Zangetsu38
339ec167b5 main: load common dialog also during app boot. 2020-06-29 20:02:47 +02:00
sunho
3a6bd3abb5 shader: fix spir-v errors 2020-06-28 10:11:30 +03:00
Nicolas Jallamion
c9f8b6e176
gui/livearea: small fix on typo and slider. (#782) 2020-06-26 23:48:12 -04:00
Nick Renieris
1d99fc3348
Merge pull request #779 from sunho/dump-texture
renderer: add texture dumping
2020-06-24 20:35:23 +03:00
Sunho Kim
998bd9826f renderer: add texture dumping 2020-06-24 11:49:31 +09:00
Sunho Kim
a593dc7133 shader: implement kill instruction 2020-06-23 08:55:54 +03:00
IllusionMan1212
8eaeeb5701 io/SceAppUtil: implement file truncation mode and some saves fixups 2020-06-22 09:07:51 +02:00
IllusionMan1212
5c019a0886 SceCommonDialog: implement system message mode for savedata dialog and add checks 2020-06-22 09:07:51 +02:00
Sunho Kim
d21fc02c8d shader: implement vf16dp 2020-06-22 08:35:06 +03:00
Sunho Kim
cdf9de4dbb debug: refactor cpu & print unicorn error stack traceback 2020-06-21 22:38:46 +03:00
Sunho Kim
2a22d19a20 debug: add stack traceback 2020-06-21 22:38:46 +03:00
Sunho Kim
e2c331c18a SceKernel: implement sceKernelPollSema
(cherry picked from commit 0cf0d538c379876653018603089d6ccadc080c3d)
2020-06-21 22:34:23 +03:00
Sunho Kim
6a42f72d05 shader: fix minor index errors
(cherry picked from commit 829c35cb2b945fc86e2979ccd01631d02f15f8c3)
(cherry picked from commit 98a63b5e89a972cb59c2d16dd77dcc7baf80c205)
2020-06-21 22:33:31 +03:00
Zangetsu38
e6d4497d43 gui/live_area: fix position on item if get outside frame.
gui: fix flashing on boot if app no have background.
2020-06-21 13:44:48 +02:00
Zangetsu38
13ef8dfed4 fw install/pup: full decrypt os0 and vs0 partiton.
interface/run app: load fw pre-load module if app don't have it.
2020-06-21 13:39:58 +02:00
Zangetsu38
759f53f76a modules/SceAppUtil: fix crash if data is null. 2020-06-21 09:41:24 +02:00
EXtremeExploit
5f0ae490e0
vita3k: use KB/MB when possible (#766) 2020-06-17 20:41:35 -04:00
Francisco José García García
d3f47a3e79
Fix "gui: Trim titles so that they order and show correctly" (#767) 2020-06-17 10:42:55 +02:00
EXtremeExploit
5321b57755
gui: Trim titles so that they order and show correctly (#744) 2020-06-17 10:32:10 +02:00
Zangetsu38
923fb0bcd9 emu: rename game to app.
emu: refactor few function.
2020-06-17 10:30:07 +02:00
Zangetsu38
2fe89039bd gui/app context menu: some refactor.
gui/app selector: some refactor.
2020-06-16 19:53:48 +02:00
Zangetsu38
5490d680bb themes: fix theme view if fw is not installed. 2020-06-16 18:04:41 +02:00
Zangetsu38
f511b29d5c pkg install: Add choice for mode set zriff key.
pkg install: Add info for content installed.
pkg install: refactor dialog.
2020-06-16 18:04:41 +02:00
Zangetsu38
0e4de83066 gui: Add trophy manager. 2020-06-15 22:58:25 +02:00
Zangetsu38
68a2b38b94 np/trophy: Some refactor and prepare for trophy manager. 2020-06-15 20:32:20 +02:00
Zangetsu38
9bacbe1229 modules/SceFios2Kernel: implement _sceFiosKernelOverlayResolveWithRangeSync
modules/SceFios2Kernel02: implement _sceFiosKernelOverlayResolveWithRangeSync02
2020-06-15 20:18:45 +02:00
scribam
b03570818f gxm: Fix sceGxmTextureSetGammaMode 2020-06-15 10:56:46 +02:00
scribam
6f5d2733a8 gxm: Add SceGxmTextureNormalizeMode and remove a TODO 2020-06-15 10:56:46 +02:00
scribam
770dd1b998 cli: update validator pref_path check 2020-06-13 13:52:22 +02:00
Sunho Kim
f9c936524a
SceFiber: Refactor and fix reset fiber bug (#761) 2020-06-13 13:51:26 +02:00
Sunho Kim
62abebded9 modules: fix initialization order of var_exports 2020-06-13 13:50:58 +02:00
Sunho Kim
ed06af8354 kernel: implement sceKernelSendSignal and sceKernelWaitSignal 2020-06-13 09:16:33 +02:00
Sunho Kim
62051b7688 SceProcessmgr: implement sceKernelLibcClock 2020-06-13 09:11:43 +02:00
Sunho Kim
1503bb9bf8 modules: format code 2020-06-11 18:23:53 +02:00
Sunho Kim
52e41f3bd2 modules: fix hle var import and _pLibPerfCaptureFlagPtr 2020-06-11 10:45:49 +02:00
scribam
d0a4216273 config: Add a basic option to install a pkg 2020-06-10 20:06:14 +02:00
scribam
dacbe6b0ab config: Add a basic option to delete a title id 2020-06-10 20:06:14 +02:00
scribam
95515f9edf config: Tweak previous commit 2020-06-10 20:06:14 +02:00
totlmstr
ddc0d96e91 config: Replace Boost.Program_Options with CLI11 v1.8.0 2020-06-10 20:06:14 +02:00
Sunho Kim
31b4d854b3 SceFiber: implement null addrContext behaviour 2020-06-10 20:03:25 +02:00
Nick Renieris
6ae63c7f6e
Improve code log and memory log & add GUI toggles (#743) 2020-06-09 14:27:15 +03:00
Sunho Kim
7981d7d035 vita3k: improve code log and memory log & add toggling them through gui 2020-06-09 18:38:14 +09:00
Sunho Kim
177ce20d53
cpu: improve gdb and add code injection (#737) 2020-06-09 09:38:41 +02:00
Ichisada Shioko
5ff7bb3be5 app: show useful errors on initialization failed 2020-06-09 09:30:25 +02:00
Asada shinon
a55b55727e GXM & YUV2RGB Optimisation 2020-06-08 17:02:42 +03:00
Zangetsu38
27f069248c np/trophy: Implement timestamp and fix some things. 2020-06-08 15:42:04 +02:00
IllusionMan1212
8fb3c96e10 SceCommonDialog: implement savedatadialog substatus and fix other bugs 2020-06-08 15:41:22 +02:00
Sunho Kim
a5f96765bd SceSysmem: support alignment in sceKernelAllocMemBlock 2020-06-08 15:36:19 +02:00
EXtremeExploit
9a2972bfc8 Add missing RET_ERROR's to SceGxm 2020-06-07 09:18:02 +02:00
Sunho Kim
eddb75bd76 emu: add hle nid variable exports 2020-06-07 09:10:04 +02:00