Pedro Montes Alcalde
4a14d546ba
Tick Tick Tick, thats the sound of 2024 flying by ( #3503 )
2025-01-19 18:51:43 -03:00
Zangetsu38
5720241850
packages: Implement decrypt fself in a fly.
...
- Refactor license.
2025-01-02 18:55:43 +03:00
oltolm
c61895e6f4
vita3k: Add support for mingw-w64 ( #3406 )
...
* make the code compile on mingw-w64
* make compile with Clang 19
* make compile with GCC
2024-10-26 23:41:51 +02:00
bookmist
d3f3038aee
vita3k: set fs::path type for string paths and refactoring
...
avoid not need conversion string->wstring->string for linux and macos
native logging of fs::path
more correct conversion from std path to boost path
refactor pathes for shaders compiler, shorten parameters lists
crypto::hex_string: remove not needed null character as last character in string
2024-01-24 11:33:30 +03:00
Pedro Montes Alcalde
34565e3ef4
Vita2024K: Happy 2024
2024-01-01 12:36:32 -03:00
redpolline
1fe42cdc4f
io: Support emuenv changes
...
kernel: Support emuenv changes
modules: Support emuenv changes
packages: Support emuenv changes
2023-10-17 13:31:19 +02:00
Macdu
e64fa370c7
modules: cleanup
2023-09-10 23:35:12 +02:00
Pedro Montes Alcalde
2f34169266
util/log: Replace log_hex with log_hex_fast ( #2507 )
2023-04-20 10:00:30 -03:00
Pedro Montes Alcalde
9f52fadc59
savedata: Fix requiredKiB not being set to 0 when all executed nicely
2023-04-17 15:46:34 -03:00
EXtremeExploit
41a17e79c7
Planet Earth Season 2023
2023-01-02 10:46:20 +01: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
cde7c8df27
tracy: Implement SceAppUtil
2022-10-18 21:02:19 -03:00
Pedro Montes Alcalde
ccca711294
vita3k: Use correct KB/KiB functions ( #1971 )
2022-07-31 21:10:24 -03:00
Pedro Montes Alcalde
d63516288c
AppUtil: Fix read safemem pointer ( #1979 )
2022-07-28 13:29:39 -03:00
Macdu
2eefc9751e
vita3k: Remove unnecessary dependencies between librairies and files
2022-07-28 12:24:06 +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
7985973466
modules/SceAppUtil: Add read userParam and status of SaveDataSlotSearch.
2022-06-04 16:05:02 +02:00
Zangetsu38
e39015ff34
modules/SceAppUtil: small refactor of SafeMemory func.
...
io: clean code unneeded in open file.
2022-05-25 13:01:21 +02:00
Zangetsu38
8a40b19e5f
io: fix open file when create flag is not here.
...
modules/SceAppUtil: fix open file flag.
2022-05-23 15:41:06 +02:00
Zangetsu38
edf82c4277
modules/SceAppUtil: Implement SceAppUtil(Load/Save)SafeMemory.
...
- Allow Escape plain go to playable.
2022-05-23 13:50:52 +02: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
a630171274
modules/SceAppUtil: Implement sceAppUtilSaveDataSlotSearch.
2022-01-13 05:51:55 +01:00
Zangetsu38
e55db4f355
modules/SceAppUtil: fix delete savedata when try delete folder.
2022-01-04 01:20:01 +01:00
Zangetsu38
673874ce5b
modules/SceCommonDialog: fix savedata dialog when emptyparam is null.
...
- refactor check_empty_param for no have double code.
- app util: clean double value.
- modules/(SceAppUtil/SceAppMgrUser): set good value name.
2021-12-28 23:29:34 +01:00
Zangetsu38
1f2d9b7327
modules/SceAppUtil/SceAppUtil: Implement AppParamGetInt.
...
gui: Add install license dialog.
2021-04-19 18:29:04 +02:00
Zangetsu38
6ee3a561e6
modules/SceAppUtil: Implement DrmClose.
2021-04-19 18:28:06 +02:00
Pedro Montes Alcalde
b053930dea
Use SAFETIME on new code ( #1162 )
2021-02-20 16:51:46 +01:00
scribam
263ec77af7
sceAppUtilDrmOpen: fix error code when dirName is NULL
2020-12-20 19:06:41 +02:00
IllusionMan1212
2acceac79f
SceAppMgr: implement sceAppMgrSaveDataDataSave and sceAppMgrSaveDataDataRemove
2020-09-11 17:50:50 +03:00
IllusionMan1212
d85ec0cd1a
SceCommonDialog/SceAppUtil/io: various save fixes
...
* io: create parent directories of saves if they don't exist
* sceapputil: fix creating slotparam files
* scecommondialog: fix progress bar and add checks
2020-08-31 03:51:21 +09:00
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
IllusionMan1212
8eaeeb5701
io/SceAppUtil: implement file truncation mode and some saves fixups
2020-06-22 09:07:51 +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
scribam
afac9dc90b
modules: Add missing return instruction to sceAppUtilDrmOpen
2020-05-23 12:26:28 +02:00
totlmstr
4e20885f89
Vita3K: run clang-format
2020-04-07 16:48:08 -04:00
1whatleytay
34a02553c4
vita3k: remove vita-headers ( #649 )
2020-02-06 09:44:49 -05:00
Zangetsu38
d243d6147b
App util: stub sceAppUtilDrmOpen.
2020-01-17 02:10:23 +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
Hesham Abourgheba
3ca7206ba1
sceAppUtil: implement sceAppUtilSaveDataGetQuota ( #612 )
2019-11-16 10:15:16 +07:00
Nicolas Jallamion
06299de242
emulator: Refactor file structure ( #557 )
...
Also:
- external: update some submodules.
2019-08-28 16:52:07 +03:00