Commit graph

615 commits

Author SHA1 Message Date
Zangetsu38
d95a00d4cc gui/live area: fix font size of texte. 2021-05-04 17:56:47 +02:00
Zangetsu38
8060a55978 gui: fix and refactor dpi scale/font scale.
settings dialog: fix lle kernel for custom config.
2021-05-03 05:54:39 +02:00
Zangetsu38
c64224acac gui: improve IME keyboard. 2021-05-02 13:19:51 +02:00
sunho
c10e4d0b8e mem: Add Block class 2021-05-01 19:18:53 +09:00
sunho
fa7c84a43f kernel: Add ThreadDataQueue 2021-05-01 11:16:19 +09:00
Yunotchi
c9a9055f59 gui: add better support for high dpi displays 2021-04-29 16:19:12 +02:00
Zangetsu38
880fff8bf4 modules/SceIme: Implement virtual keyboard. 2021-04-20 19:06:24 +02:00
Zangetsu38
6f4aab035c gui: few small fix.
- main & live area: fix crash on live area/hb with check license only for ps app.
- fix crash on install nonpdrm archive.
- fix ime dialog string sended.
- fix one typo for license install dialog.
2021-04-20 11:57:42 +02:00
Zangetsu38
1f2d9b7327 modules/SceAppUtil/SceAppUtil: Implement AppParamGetInt.
gui: Add install license dialog.
2021-04-19 18:29:04 +02:00
Yunotchi
d730e36614
lang: fix en weekday capitalisation, add en-gb (#1235) 2021-04-16 13:45:20 +02:00
Zangetsu38
856774aabc gui/live area: enable can read retail live area version if exist.
- some game have demo mode, so get can using retail mode.
2021-04-16 13:44:06 +02:00
Zangetsu38
5d0e6547fa gui/information bar: add home icon. 2021-04-14 18:57:30 +02:00
Zangetsu38
8eb422ba73 gui/settings dialog: Add custom config by apps. 2021-04-08 16:32:38 +02:00
Zangetsu38
efecbb2981 emu: add can switch/exit game. 2021-04-03 00:28:17 +02:00
Zangetsu38
d367be7368 gui/lang: add some common text. 2021-04-02 08:45:31 +02:00
Zangetsu38
6826ac5287 gui/trophy collection: add some lang support. 2021-03-30 23:42:38 +02:00
Zangetsu38
f17b93e367 gui/Notice Info: Add save notice info in file.
- Add hour(s)/minute(s) ago.
- refactor notice time position.
- add ymonth/wday on few lang.
- set icon for all content.
2021-03-28 21:57:41 +02:00
Zangetsu38
afd1fe49d7 gui: some small fix/refactor
- add content id.
- refactor change and reset path for improve it.
- fix using app path for update history.
- refactor delete app icon.
- fix name on filter app for japan.
2021-03-28 15:02:44 +02:00
Zangetsu38
b7b22b4dc9 gui/app selector: Add app filter by region and by type. 2021-03-23 17:01:39 +01:00
Zangetsu38
21fff0d0e0 gui: Move Date on date format for all. 2021-03-23 17:01:09 +01:00
Zangetsu38
ce683e01c0 common dialog: add lang support for (trophy/save data) dialog 2021-03-16 12:31:28 +01:00
Zangetsu38
342c04b9a3 gui: some small fix/refactor. 2021-03-09 12:50:16 +01:00
Zangetsu38
befe4e3986 vita3k: move app_path from title_id. 2021-03-03 13:39:19 +01:00
pent0
640ec5b786
renderer/opengl: Use spir-v when possible (#1180) 2021-03-02 20:44:14 +01:00
Zangetsu38
1d8c254f5e config/setting: Add choice backend renderer in gpu tab. 2021-02-28 23:07:54 +01:00
Zangetsu38
5d00c7be0b gui/settings dialog: small fix.
config: typo fix.
2021-02-27 17:48:27 +01:00
Zangetsu38
a7652d4fe4 gui: add indicator lang. 2021-02-27 16:10:48 +01:00
Zangetsu38
122955aa94 gui/settings_dialog: Add button for download fw font package if missing. 2021-02-24 22:10:58 +01:00
Zangetsu38
2aaa9e372b gui: Refactor get user app param.
main: refactor and fix vpk drop.
interface: add drop file for install content if emu run.
2021-02-23 15:10:53 +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
Pedro Montes Alcalde
100a7a6bfe
vita3k: Some refactor on compiler warnings (#1170) 2021-02-22 15:59:47 +01:00
Pedro Montes Alcalde
b053930dea
Use SAFETIME on new code (#1162) 2021-02-20 16:51:46 +01:00
Zangetsu38
a01c8fe017 gui: refactor pkg install. 2021-02-17 21:09:49 +01:00
Nicolas Jallamion
6550462637
gui: some small fix. (#1147) 2021-02-16 16:26:03 +01:00
mangren
e61594c38d gxm: Remove compability features for handwritten shader 2021-02-16 10:21:36 +01:00
scribam
5e3a6eb982
Update submodules + minor changes (#1137)
* cmake: Add NOMINMAX globally to avoid Windows compilation issues with std::min/std::max

* main/net: add missing include files

* rtc: Remove convert_filetime/convert_timespec functions as they have been replaced with _wstat/stat

* external: Update better-enums to tag "0.11.3"

* external: Update CLI11 to tag "v1.9.1"

* external: Update elfio to tag "Release_3.8"

* external: Update glad to tag "0.1.34"

* external: Update googletest to tag "release-1.10.0"

* external: Update imgui to tag "v1.80"

* external: Update imgui_club

* external: Update miniz to tag "2.1.0"

* external: Update pugixml to tag "v1.11.4"

* external: Update spdlog to tag "v1.8.2"

* external: Update stb

* external: Update yaml-cpp to tag "yaml-cpp-0.6.3"

* external: Switch to vitasdk/vita-toolchain

* external: Refactor xxHash integration
2021-02-09 21:49:54 +01:00
1whatleytay
2f2fc4430c
vita3k: use thread-safe gmtime and localtime (#1080) 2021-02-09 04:44:52 +01:00
Zangetsu38
48daafb6bf gui/settings dialog: Add option for disable video player. 2021-02-08 22:09:32 +01:00
scribam
6929ec0ad7 gui: Hide "Discord Rich Presence" checkbox if USE_DISCORD_RICH_PRESENCE is OFF 2021-02-04 23:14:38 +01:00
Zangetsu38
169e26d345 gui/settings: add date and clock format. 2021-02-01 21:50:22 +01:00
Zangetsu38
3ef667f4e7 gui: add support some language in gui. 2021-02-01 16:28:33 +01:00
Zangetsu38
a3aa6a6792 gui: improve font format support. 2021-01-27 14:23:54 +01:00
EXtremeExploit
e20e54984f Fix failed vpk crash and made error popup make more sense 2021-01-25 21:43:37 +01:00
Zangetsu38
789a2e0874 interface: load driver and kernel module.
settings dialog: add option for enable it.
2021-01-25 15:49:21 +01:00
EXtremeExploit
34bec68371 vita3k: Fix grammar errors 2021-01-24 21:35:40 +01:00
Zangetsu38
39d4fa89f1 gui: move system language inside setting app. 2021-01-24 21:10:06 +01:00
bookmist
a0fbf81d04 gui: user_management. Fix crash on first start when no user exists. 2021-01-19 21:22:28 +01:00
Zangetsu38
a8d52b9e7b gui: improve font for Japanese/Chinese/Russian symbole. 2021-01-18 17:59:50 +01:00
Zangetsu38
0f2aabb900 gui: add welcome dialog on first boot.
gui/app context menu: fix glitch on render.
emu: bump on version 0.1.2.
2021-01-16 02:10:40 +01:00
Zangetsu38
73d7efb37b user management: refactor. 2021-01-15 20:58:55 +01:00