Commit graph

2270 commits

Author SHA1 Message Date
IllusionMan1212
edcb4e2d58 io/SceAppUtil: fix file open modes and fix saving in truncate mode and fix param->status for mages games 2020-08-15 17:50:51 +09:00
sunho
22094e0d10 kernel: fix relocation type 2
Reference: https://github.com/aerosoul94/ida_gel/blob/master/src/vita/psp2_loader.cpp#L292
2020-08-14 13:30:55 +02:00
Zangetsu38
81975f242a audio: fix regression broken sound. 2020-08-14 20:22:54 +09:00
Zangetsu38
446eaba407 trophy: fix get trophy name
trophy collection: improve gui and add open trophy id.
2020-08-13 18:17:52 +02:00
EXtremeExploit
2c7c4bd4e1 avoid regression by returning 2 ret_errors 2020-08-13 15:24:42 +09:00
Sunho Kim
ba9fc3c1ae
renderer: add ability to log active default uniform buffers (#830)
* utils: add dump_hex function

* renderer: add ability to log active default uniform buffers

* Apply suggestions from code review

Co-authored-by: Nick Renieris <velocityra@gmail.com>
2020-08-12 01:39:58 +09:00
Zangetsu38
0c5a9a0f2d gl/renderer: Add more color format support for get_surface_data. 2020-08-11 22:50:15 +09:00
Sunho Kim
0a0eb53f8c app: add arguments in console mode 2020-08-10 07:49:56 +09:00
Sunho Kim
0bbd7d2df3 app: add console mode execution 2020-08-10 07:49:56 +09:00
Sunho Kim
cae1dca7bb config: suppress stdout logging if console mode 2020-08-10 07:49:56 +09:00
Sunho Kim
85afb5da7a io: redirect stdio and pwd if console mode 2020-08-10 07:49:56 +09:00
Sunho Kim
8c77125ac9 app: disable gui if console mode 2020-08-10 07:49:56 +09:00
Sunho Kim
1a94f91ca7 config: add console mode option 2020-08-10 07:49:56 +09:00
Sunho Kim
06e3775b5d util: support turning off stdout logging 2020-08-10 07:49:56 +09:00
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