Commit graph

1256 commits

Author SHA1 Message Date
sunho
447a8f8f1a shdaer: adjust pa offset in non native color 2020-08-02 10:35:49 +09:00
EXtremeExploit
439a738c93
gxm: fusion ret_errors and small refactor on asserts (#833) 2020-08-02 08:24:18 +09:00
Sunho Kim
3f2c8b69f3 shader: dump shader before crashing 2020-08-01 05:34:08 +09:00
Sunho Kim
4afaac8d66 app: don't crash app if audio device not found 2020-07-30 16:54:40 +09:00
EXtremeExploit
0a3198702d
gxm: Add RET_ERRORS log on nearly every function (#827) 2020-07-30 03:29:33 +09:00
sunho
66c566a3e6 renderer: support rgba color surface 2020-07-28 19:53:38 +09:00
Sunho Kim
a4cab354a0
Merge pull request #801 from sunho/add-lle-return-track
Add lle return logging
2020-07-26 23:16:18 +09:00
Sunho Kim
c7700d7383 cpu: add import call log level 2020-07-26 11:17:57 +09:00
Zangetsu38
44df1a3e08 gui: Add content manager.
gui/app context menu: move get app info.
2020-07-25 23:43:32 +02:00
Zangetsu38
e34506f1a2 setting dialog: Add automatic module mode.
module: Add automatic module list.
2020-07-25 20:22:21 +02:00
Zangetsu38
df7fdddfd9 gui: some refactor/fix.
gui: Add get_app_index function.
2020-07-25 18:12:43 +02:00
sunho
8afc3dc4d1 renderer: fix maskupdate texture overwrite issue 2020-07-26 00:28:13 +09:00
Sunho Kim
6f318fcfdd shader: program in testing is not maskupdate 2020-07-26 00:28:13 +09:00
Sunho Kim
63799e4e42 shader: match the smapler read & sampler type 2020-07-26 00:28:13 +09:00
Sunho Kim
ca758b4d4b renderer, shader: implement fragment masking 2020-07-26 00:28:13 +09:00
Sunho Kim
ac651dd36a gxm: implement background depth/stencil 2020-07-26 00:28:13 +09:00
Sunho Kim
9d71593a56 gxm: add missing stubbed in memroy mapping functions 2020-07-26 00:28:13 +09:00
Sunho Kim
50a70aaf0e gxm: make opaque part of surfaces more readable & stub force modes 2020-07-26 00:28:13 +09:00
Sunho Kim
d530fee198 appMgr: stub sceAppMgrGetBugdgetInfo 2020-07-26 00:28:13 +09:00
Sunho Kim
79b69eae1f renderer: use binding if it's available 2020-07-25 04:10:47 +09:00
Sunho Kim
e151f8320c renderer: consider different uniform sampler order 2020-07-25 04:10:47 +09:00
sunho
c2d36f818c avcdec: stub codec engine and memsize functions 2020-07-25 04:10:28 +09:00
sunho
ba18fe93d7 mem: consider host null pointer in Ptr class 2020-07-25 04:10:28 +09:00
sunho
fa4d5053d8 SceSysmem: use mutex & implement findMemBlockByAddr 2020-07-25 04:10:28 +09:00
Sunho Kim
6a74884904 usse-decoder-gen: update grammar.yaml and run autogen.py 2020-07-25 04:10:10 +09:00
Sunho Kim
0684489b67 mem: revert std function commit 2020-07-24 08:33:52 +02:00
Sunho Kim
d4fd62e477
Merge pull request #818 from sunho/fix-vtest
Fix kiil and vtest instruction + v_Position
2020-07-24 11:53:14 +09:00
Sunho Kim
0968a389a9
Merge pull request #814 from sunho/minor-edit
Minor edits
2020-07-24 11:50:21 +09:00
Sunho Kim
fab3156db5
Merge pull request #819 from sunho/TEXTURE
Add missing texture filter
2020-07-24 11:49:59 +09:00
Sunho Kim
e8b5f44da3
Merge pull request #815 from sunho/offset-logging
Log offset in memory watch
2020-07-24 11:49:39 +09:00
Sunho Kim
56cb97334c
Merge pull request #813 from sunho/p2p-net-stub
More net stubs & socket abstraction
2020-07-24 11:49:10 +09:00
Zangetsu38
8ce5857883 gui/themes: Add theme icon for trophy and themes & background.
gui/themes: fix position date/clock for template 1 in start background.
2020-07-23 19:49:49 +02:00
Zangetsu38
54800bbc61 gui/Apps Selector: Move trophy and themes & background inside Apps Selector.
gui/Apps Selector: fix using short title in grid mode.
gui/app context small refactor.
gui/live area: small clean code.
gui/trophy: small refactor.
2020-07-23 18:39:47 +02:00
Sunho Kim
688010a7ff gxm: add missing texture filter 2020-07-23 07:46:00 +09:00
Sunho Kim
1f7441b3bc shader: match more kill instructions 2020-07-22 09:49:51 +09:00
Sunho Kim
8357cc53ed shader: use fragcoord for v_Position in fragment shader 2020-07-22 09:49:17 +09:00
Sunho Kim
5f1b81e958 shader: add int32 subs & correct register type in vtest 2020-07-22 09:47:50 +09:00
sunho
a80f8f959f net: fix callback stub and give flight mode to callback 2020-07-17 16:54:06 +02:00
Sunho Kim
f4bd57f1d4 net: socket abstraction & stub udpp2p socket 2020-07-14 15:22:34 +09:00
Sunho Kim
9950d6e51d debug: log offset in memory watch 2020-07-14 15:15:44 +09:00
Sunho Kim
3a2a7b0515 shader: fix constant mistake 2020-07-14 15:02:31 +09:00
Sunho Kim
3a2ce75f40 mem: std::function BreakpointCallback 2020-07-14 15:02:11 +09:00
Sunho Kim
b4c8608d7f np: stub sceNpCmpNpId 2020-07-14 14:10:16 +09:00
Sunho Kim
34234929d6 net: stub sceNetCheckDialogGetResult 2020-07-14 13:55:51 +09:00
Nicolas Jallamion
3b71411510 io: fix regression 2020-07-11 13:51:17 +02:00
Sunho Kim
2a231c60f0
Merge pull request #657 from 1whatleytay/ngsdecode
Tsubomi
2020-07-10 04:41:03 +09:00
Zangetsu38
de0eb7f3e3 io: fix read/writen value. 2020-07-09 15:29:16 +02:00
Zangetsu38
2bdf3e501f gui/trophy collection: add popup delete trophy.
gui/trophy collection: some fix/improvement and refactor.
gui/trophy collection: add information bar.
2020-07-09 11:45:05 +02:00
Zangetsu38
a61a6b9d68 themes: some improvement and refactor.
themes: Add information bar on theme selector and start screen.
2020-07-09 10:39:18 +02:00
Zangetsu38
ebc08fa65d live area: Add information bar function.
live area: Add information bar on live area screen.
2020-07-09 10:39:18 +02:00