shadPS4/src/core/libraries
Lander Gallastegi 66f1bb937f
ime_dialog: Initial implementation (#1267)
* Add C string types

* Prepare existing enums

* Added missing enums

* Types update

* State base

* Compile Ime Dialog UI

* UI implementation

* Scoped lock

* Functional implementation

* Link against iconv on macOS

* Fix building on windows

* Better UI

* clang-format

* Some fixes and cleanup

* Enable reserved checks

* clang-format

* Fix default text encoding max size

* clang-format (again)

* Some review changes

* Use std::vector for dynamic strings

* Use CString

* Accept dialog on enter press

* clang-format

* Use ImGUI for encoding/decoding
2024-10-11 04:53:32 +03:00
..
ajm [Libs] Error Codes (#612) 2024-08-27 15:53:38 +03:00
app_content config: Add option to change DLC install path. (#1176) 2024-10-01 07:54:15 +03:00
audio audio_core: Fix return value types and shift some error handling to library. (#1212) 2024-10-03 07:01:39 +03:00
audio3d [libSceAudio3d] Initialize Audio3d Library (#761) 2024-09-09 22:51:15 +03:00
avplayer core: Fix some missing uses of ExecuteGuest. (#1214) 2024-10-03 08:38:24 +03:00
dialogs ime_dialog: Initial implementation (#1267) 2024-10-11 04:53:32 +03:00
disc_map Reorganization of includes (Part 2) 2024-08-30 15:48:21 +02:00
fiber core/libraries: Initial fiber implementation (#1255) 2024-10-10 17:51:23 +03:00
gnmdriver video_core: Implement sceGnmInsertPushColorMarker (#989) 2024-10-10 18:03:12 +03:00
kernel core: Add support for Neo mode memory size. (#1196) 2024-10-08 10:29:05 +03:00
libc_internal Reorganization of includes (Part 2) 2024-08-30 15:48:21 +02:00
libpng Added LibPngDec 2024-06-14 01:37:26 -06:00
network net: Stub sceNetErrnoLoc (#1271) 2024-10-06 22:34:55 +03:00
ngs2 [Libs] Error Codes (#612) 2024-08-27 15:53:38 +03:00
np_manager Stub return value of sceNpCreateRequest (#1209) 2024-10-10 17:54:07 +03:00
np_score Reorganization of includes (Part 2) 2024-08-30 15:48:21 +02:00
np_trophy replace trophy xml error with assert (#1197) 2024-10-02 12:31:55 +03:00
pad Working touchpad support (#1257) 2024-10-06 13:00:35 +03:00
playgo Reorganization of includes (Part 2) 2024-08-30 15:48:21 +02:00
random Reorganization of includes (Part 2) 2024-08-30 15:48:21 +02:00
rtc libSceRtc HLE (#697) 2024-09-06 23:08:32 +02:00
save_data SaveDataLib: use param.sfo to store max_blocks instead of txt (#1287) 2024-10-08 09:16:06 +03:00
screenshot Reorganization of includes (Part 2) 2024-08-30 15:48:21 +02:00
system Devtools: PM4 Explorer (#1094) 2024-10-03 22:43:23 +02:00
usbd Reorganization of includes (Part 2) 2024-08-30 15:48:21 +02:00
videoout Devtools: PM4 Explorer (#1094) 2024-10-03 22:43:23 +02:00
error_codes.h core/libraries: Initial fiber implementation (#1255) 2024-10-10 17:51:23 +03:00
libs.cpp hotfix: Don't unconditionally register fiber lib 2024-10-10 19:26:56 +03:00
libs.h Reorganization of includes (Part 2) 2024-08-30 15:48:21 +02:00