sunho
1e96724d45
kernel: Pull out avplayer,auidodev,videodec,fiber state
...
kernel: Add ObjectStore
modules: Support library init function
modules: Pull out cpu_protocol
vita3k: Rename .h -> .inc
io: Remove unneccesary base_tick argument
cmake: Folderify modules and kernel
2021-05-09 19:47:59 +02:00
bookmist
41b2a1dc4b
io/io: Conventional error instead of crash
2021-04-26 02:02:17 +02:00
Zangetsu38
befe4e3986
vita3k: move app_path from title_id.
2021-03-03 13:39:19 +01:00
KorewaWatchful
58c339edb6
gui: disable case-insensitive search on windows, and add gui option for other platforms
2021-02-23 13:39:15 +01:00
KorewaWatchful
c441eeed1e
io: case-sens paths + caching
2021-02-23 13:39:15 +01:00
Pedro Montes Alcalde
5d188c6fbe
io/device: Make get_device work if it is all uppercase and delete extra device path if request. ( #1156 )
2021-02-20 10:10:59 +01:00
bookmist
e512fc92f8
io/io New flag to enable or disable trace logging of file operations
2021-02-17 08:36:18 +01:00
bookmist
239255dc06
io/io Conventional error instead of crash in case of invalid file descriptor
2021-02-17 08:36:18 +01:00
Nicolas Jallamion
4938ca8b16
gui: general refactor + fixes ( #1091 )
...
i've asked zang for a better name and he does not know :/
2021-01-11 22:46:57 -05:00
scribam
1792895588
io: Fix sceIoRemove and sceIoRmdir return codes on success
2020-10-18 04:12:05 +03:00
EXtremeExploit
c75b8db8d2
Emu: Add unicode support for base and pref path.
2020-09-15 14:51:47 +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
Zangetsu38
152f1954e0
app background: fix get and display good bg.
...
gui: refactor using title id.
2020-08-17 17:36:01 +09:00
Zangetsu38
06addad077
gui: some fix/refactor.
2020-08-16 14:15:17 +02: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
Sunho Kim
0a0eb53f8c
app: add arguments in 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
Nicolas Jallamion
3b71411510
io: fix regression
2020-07-11 13:51:17 +02:00
Zangetsu38
de0eb7f3e3
io: fix read/writen value.
2020-07-09 15:29:16 +02:00
Sunho Kim
998bd9826f
renderer: add texture dumping
2020-06-24 11:49:31 +09:00
IllusionMan1212
8eaeeb5701
io/SceAppUtil: implement file truncation mode and some saves fixups
2020-06-22 09:07:51 +02:00
Nicolas Jallamion
bed03eadd5
gui: add initial theme support. ( #676 )
...
pkg/archive: add support install official theme.
2020-05-27 13:04:38 -04:00
scribam
03ddecffe7
io: Check if the directory exists before to write the file
2020-05-21 12:09:06 +02:00
scribam
78b3d8c5e7
io: Check if the std_file exists before to use it
2020-05-20 03:20:01 +03:00
scribam
2f41160033
io: Fix parent path when emulated_path has a trailing slash
2020-05-13 22:37:57 +02:00
totlmstr
4e20885f89
Vita3K: run clang-format
2020-04-07 16:48:08 -04:00
1whatleytay
5af55a29b3
io: add specific messages for ENOENT cases ( #651 )
2020-02-17 10:41:07 -05:00
1whatleytay
34a02553c4
vita3k: remove vita-headers ( #649 )
2020-02-06 09:44:49 -05:00
Zangetsu38
25081061f5
all: clang format project bis
2020-01-17 02:10:23 +02:00
Francisco José García García
a5e2d7444a
io: check for empty out
2020-01-16 17:56:26 +01:00
isJuhn
4f8142de15
io: use _wstat instead of FindFirstFileW on windows for stat_file
2020-01-15 21:36:17 +02:00
IllusionMan1212
59aecbd215
io: exposed translate_path
2020-01-15 00:40:19 +02:00
Taylor Whatley
89e5419ad9
modules: implement basic avplayer
2019-12-22 00:15:36 -05:00
Hesham Abourgheba
3ca7206ba1
sceAppUtil: implement sceAppUtilSaveDataGetQuota ( #612 )
2019-11-16 10:15:16 +07:00
Hesham Abourgheba
2987dc035a
io: io checks and fixes ( #607 )
...
- Properly check for device
- Add missing devices
- Check if path is not empty before calling front()
- Properly read directories and properly stat files and directories
- Properly report last modification time on files and directories
2019-10-31 00:02:25 -04: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
1whatleytay
1c4ab98eb3
config: add renderer selection option
...
This commit also does some final handling of the USE_VULKAN option and fixes some io.
2019-09-06 17:47:16 -04:00
Nicolas Jallamion
06299de242
emulator: Refactor file structure ( #557 )
...
Also:
- external: update some submodules.
2019-08-28 16:52:07 +03:00