Commit graph

167 commits

Author SHA1 Message Date
CoffeeBrewer64
2ccf66ed4d
Typo and wording fixes 2023-01-10 18:41:02 -08:00
EXtremeExploit
41a17e79c7 Planet Earth Season 2023 2023-01-02 10:46:20 +01:00
Macdu
10c08288fa audio: Add Cubeb backend 2022-12-17 17:02:06 +01:00
bookmist
8edd333400 Fix compiler warnings 2022-11-16 21:39:55 +03:00
bookmist
f03c257a33 modules: Add Tracy to all implemented functions in implemented modules.
modules/tracy: module name macro
Remove unused hack from SceMp4, mark ScePgf/sceFontNewLib unimplemented
2022-10-29 20:35:17 +03:00
Pedro Montes Alcalde
660425bd93
renderer: Add tracy support to all commands 2022-10-22 23:42:31 -03:00
Pedro Montes Alcalde
daa7e88e1e
tracy: Add SceAtrac 2022-10-19 16:41:15 -03:00
Pedro Montes Alcalde
cde7c8df27
tracy: Implement SceAppUtil 2022-10-18 21:02:19 -03:00
Pedro Montes Alcalde
d516c5f248
tracy: Use binary search when possible 2022-10-14 18:30:58 -03:00
Pedro Montes Alcalde
877d66ec5c
tracy: Add sceLibc & sceSysModule 2022-10-13 07:44:38 -03:00
Pedro Montes Alcalde
45bdd66556
tracy: Implement SceAppMgr 2022-10-09 15:30:13 -03:00
Pedro Montes Alcalde
92a035ff34
tracy: Implement ScePower 2022-10-09 11:10:10 -03:00
Pedro Montes Alcalde
3dca9c5e55
modules: Add tracy functions to SceRtc 2022-10-07 18:39:31 -03:00
Pedro Montes Alcalde
0748a60ed1
modules: Add tracy support to SceCtrl 2022-10-07 17:04:28 -03:00
bookmist
45f62ea93e modules/tracy: Universal tracy macros (SceAudiodecUser as example)
modules/SceAudiodecUser: Add tracy functions to SceAudiodecUser
2022-10-04 16:00:15 +03:00
Zangetsu38
739c5cc0b8 settings dialog: fix save psn status.
- little refactor design of network tab.
- fix format.
2022-10-04 02:38:49 +02:00
Pedro Montes Alcalde
47bcc63621
psn: Add PSN State option (#2111) 2022-10-03 19:52:55 -03:00
Pedro Montes Alcalde
b6e0a0e274
modules: Implement HTTP (#1676) 2022-09-25 17:23:26 -03:00
Macdu
b6e1fe24aa renderer: Add Vulkan renderer 2022-08-26 16:52:25 +02:00
Pedro Montes Alcalde
f0274f486d
modules: Add tracy functions to SceTouch (#1987) 2022-07-31 20:35:47 -03:00
Pedro Montes Alcalde
ee04697b4e
gui/cfg: Invert NGS option to make clearer for user (#1975) 2022-07-25 18:56:58 -03:00
Macdu
60400d4c25 Revert "gui, renderer: Add option to disable raw surfaces"
This reverts commit 0751c4eef4.
2022-07-11 18:22:48 +02:00
Macdu
0751c4eef4 gui, renderer: Add option to disable raw surfaces 2022-07-09 18:52:08 +02:00
Zangetsu38
c2044c3ce4 vita3k: Add vita3k update.
- small improvement on update script.

Co-authored-by: EXtremeExploit <pedro.montes.alcalde@gmail.com>
Co-authored-by: qurious-pixel <62252937+qurious-pixel@users.noreply.github.com>
2022-07-08 01:11:22 +02:00
hobyst
1169da50bc host: Rename host to emuenv
This commit renames the host library as emuenv (emulated PS Vita
environment) to avoid confusion with the future host OS abstraction
layer
2022-07-03 14:31:24 +02:00
Zangetsu38
850632f620 settings dialog: add option for can disable v-sync.
- should fix speed issue on lot game.
2022-06-25 00:32:48 +02:00
Macdu
a6f35524c0 external, renderer: Implement Anisotropic filtering 2022-06-14 07:10:00 +02:00
Zangetsu38
d6200b67d8 settings dialog: app option for boot apps in full screen.
- change pos of title for emulated storage
2022-06-11 00:18:47 +02:00
Zangetsu38
c974e550dd gui: Some small fix and refactor
- add new devs and contributors.
- delete driver user of settings dialog.
- re set style in setting dialog of button and title.
- rename app selector to home screen like from vita.
- reduce size of button font in home screen.
- fix pos of window of  comping shaders.
- reduce size of font in app context menu.
2022-06-10 22:34:04 +02:00
scribam
76581db7fa vita3k: Switch to C++20 and update dynarmic submodule.
Co-authored-by: Zangetsu38 <dante38@free.fr>
2022-06-09 15:13:10 +02:00
Macdu
2654b818f4 renderer: Add anti-aliasing support (FXAA) 2022-06-08 22:23:06 +02:00
Macdu
aa88739bad renderer: Implement upscaling. 2022-06-06 21:19:26 +02:00
Zangetsu38
29905cbbb8 config/settings dialog: remove option disable AT9 decoder. 2022-06-04 10:13:49 +02:00
pent0
45eedae9bf renderer/gl: Use persistent mapped buffer for continous data streaming.
- orphan a buffer is much more inefficient. Improve perf a bit.
2022-05-12 14:13:11 +02:00
Zangetsu38
e1fdac43be module/load module: enable lle of mp4 & avplayer in auto mode.
config & settings: delete old obsolete value.
2022-05-10 02:19:50 +02:00
hobyst
0da9530891 SceAudio: Implement advanced Tracy profiling 2022-05-07 17:52:12 +02:00
hobyst
4928990518 gui, config: Implement more Tracy options and save 2022-05-07 17:52:12 +02:00
Zangetsu38
77fd8e8f78 project: run format. 2022-03-16 02:11:11 +01:00
Zangetsu38
9549d86901 modules/SceAppUtil: Add support of (date/time) on SystemParamGetInt.
- move both format from user to cfg.
- stub time zone and summer time.
- Add support of user name created in SystemParamGetString.
2022-03-06 12:40:43 +01:00
Zangetsu38
a1e27c6020 gui: Add initial setup in first boot. 2022-02-10 18:42:16 +01:00
Zangetsu38
071b592638 gui/perf overlay: Add position select and refactor. 2022-01-21 15:34:56 +01:00
Zangetsu38
0130034fea gui: add avg, min and max value with graphic of fps. 2022-01-12 01:07:33 +01:00
Zangetsu38
5d1469fec6 settings dialog: Add option for can disable pre-compile shaders cache. 2021-12-29 00:21:50 +01:00
Zangetsu38
0f404ed115 config: Add modules mode Automatic and Manual.
- fix one things on sysmodule for check if modules is enable.
2021-12-08 13:09:23 +01:00
scribam
dabfb08f8a
Misc code quality fixes (#1498)
* clang-tidy: run modernize-use-equals-default
* clang-tidy: run modernize-use-override
* screen_render.h: remove redundant access specifier
2021-11-11 17:08:34 +01:00
Zangetsu38
ce260f1c1f modules/SceKernelModulemgr: Implement sceKernelStartModule.
modules: register nid and function of SceShellSvc libary.
2021-11-05 13:45:48 +01:00
Zangetsu38
6655cf16b0 modules: Register nids and function of few library.
- for library Ft2/Motion/KernelForMono/KernelForVM/LibGcc/LibKernel/Mp4/RtcForDriver.
- move library AppMgrUser/DisplayUser/Fios2User/RtcUser/Motion inside DriverUser module.
- Config: remove load lib kernel and load only driver user.
2021-11-04 06:33:57 +01:00
Zangetsu38
d4fe791def gui/config: add option for can hide/view info bar inside app selector.
- request by dev.
2021-10-20 20:01:25 +02:00
hobyst
168dfb19ca Add license notice on source files which didn't have one
- Also updated the copyright notice year on all files to 2021
2021-08-19 23:14:27 +02:00
Zangetsu38
a01b17525b setting: move PS TV mode custom config. 2021-07-22 12:32:52 +02:00