Commit graph

422 commits

Author SHA1 Message Date
Francisco José García García
47bc370ba3
kernel/sysmem: Implement sceKernelGetMemBlockInfoByAddr 2020-01-16 00:22:42 +01:00
IllusionMan1212
0c8872059e modules/gui: implemented sceSaveDataDialog 2020-01-15 00:40:19 +02:00
IllusionMan1212
a9cf3ab7af modules/sceAppUtil: various changes
- Correctly write savedata info to slotparam
- Write last modified date to slotparam
- Expose a function
- Add AppUtil structs
2020-01-15 00:40:19 +02:00
IllusionMan1212
eeb5036d92 modules/gui: implemented the progress bar for sceMsgDialog 2020-01-15 00:40:19 +02:00
Johan Hellgren
8d7265f17a kernel: stub sceKernelGetThreadInfo & move entry_point from cpu to thread (#635) 2020-01-14 19:24:47 +02:00
Nick Renieris
83e3749442 format/kernel: Minor style fixes 2020-01-14 16:07:29 +02:00
1whatleytay
aa9e376e0f modules: implement sceFiberGetSelf 2020-01-14 16:07:29 +02:00
Francisco José García García
79e429ceea Initial SceFiber implementation 2020-01-14 16:07:29 +02:00
Zangetsu38
8f0b0fd7e0 gui: Add Live Area game screen.
gui: Add Manual dialog on live area screen.
fix some warning.
2020-01-12 22:35:27 -05:00
Zangetsu38
ba41e627c2 all: Format project 2020-01-12 22:35:27 -05:00
Taylor Whatley
5b070aac66 modules: implement yuv methods for SceJpeg 2019-12-22 00:15:36 -05:00
Taylor Whatley
2c24ab40df modules: add dynamic avplayer framelimiter 2019-12-22 00:15:36 -05:00
Taylor Whatley
1caf740650 renderer: decode yuv with sws_scale 2019-12-22 00:15:36 -05:00
Taylor Whatley
579ab7053b modules: implement avplayer shutdown 2019-12-22 00:15:36 -05:00
Taylor Whatley
89e5419ad9 modules: implement basic avplayer 2019-12-22 00:15:36 -05:00
Taylor Whatley
6463b34cc1 modules: implement avcdec and yuv format 2019-12-22 00:15:36 -05:00
Hesham Abourgheba
3ca7206ba1 sceAppUtil: implement sceAppUtilSaveDataGetQuota (#612) 2019-11-16 10:15:16 +07:00
Nicolas Jallamion
6ef0abe9a9 module/SceCommonDialog: stub sceSaveDataDialogGetStatus. (#611)
format: run clang format.
small refactor firmware install dialog
small refactor for game install dialog.
button on setting dialog for download last firmware if it is missing.
fix popup failed installation with correct typo
stub savedatadialogstatus
2019-11-10 15:09:32 -05:00
isJuhn
46873a97e7 modules/SceNet: fix compatibility with win 8.1 sdk 2019-11-09 21:26:16 +01:00
Peter Mackay
eeb0601738 Fix warnings when compiling with Clang (#589)
* util: Add missing parens

* util: Add bytes.h to CMakeLists.txt

* np: Fix initialiser order warning

* renderer: Remove unused operator

* renderer: Remove unused locals

* vita3k: Guard config-dependent local

* SceGxm: Remove unused locals

* SceProcessmgr: Fix unused variable warning on Mac

I assumed Mac works the same as Linux.

* shader: Remove unused locals

* shader: Fix initialiser order warnings

* gxm: Rewrite pointer math to fix int to pointer truncation warning

* renderer: Remove deletes of memory internal to command buffer

* util: Use tab rather than spaces
2019-11-01 16:47:07 +01:00
Nicolas Jallamion
1f457ee4a0 config/gui/io: add profiles manager dialog for multi user. (#525)
build: fix some warning compile.
2019-10-24 12:36:41 -04:00
Nicolas Jallamion
06299de242 emulator: Refactor file structure (#557)
Also:
- external: update some submodules.
2019-08-28 16:52:07 +03:00