Commit graph

615 commits

Author SHA1 Message Date
Zangetsu38
c88796dd67 lang: fix wrong format for double line string.
Co-authored-by: Croden1999 <61804715+Croden1999@users.noreply.github.com>
2021-08-12 13:43:50 +02:00
Zangetsu38
c627bb335e trophy collection: fix one translate string missing.
- details string of npcom id
2021-08-07 19:31:28 +02:00
Zangetsu38
5588033289 gui: refactor create user apps cache.
user management: fix hide button back when user no init.
2021-07-31 02:04:21 +02:00
Zangetsu38
0058459cea gui: refactor open path.
- fix open folder when using space.
2021-07-31 02:02:55 +02:00
Zangetsu38
a01b17525b setting: move PS TV mode custom config. 2021-07-22 12:32:52 +02:00
Taylor Whatley
1f439ee859 gui: fix missing atomic header 2021-07-14 02:48:47 +02:00
Taylor Whatley
8083c577ea gui: add async icon loader. 2021-07-13 18:35:27 +02:00
Zangetsu38
ccda1e97ed gui: add cache of apps list.
Co-authored-by: 1whatleytay <1whatleytay@hdsb.ca>
2021-07-13 18:35:27 +02:00
Zangetsu38
411676f9a2 lang: Add and complete more language.
- fix warning on xml.
- small refactor on init_lang.
2021-06-30 19:29:45 +02:00
Zangetsu38
4ddfd1261d gui/app context menu: some refactor for delete app.
- prevent crash if no success delete app.
- fix open app folder when app path have space.
- menu bar/last apps used: prevent crash when app no found.
2021-06-25 20:28:04 -07:00
Zangetsu38
72b07f1f1c lang: update some missing string. 2021-06-25 20:27:49 -07:00
Zangetsu38
0acde9a6d3 gui/app context menu: Add time app used in information.
gui: refactor last loaded app.
- move cfg to new value.
2021-06-22 23:01:13 -07:00
Zangetsu38
b80fa6506a gui/settings: add arrow for scroll in theme list. 2021-06-17 11:45:15 +02:00
Zangetsu38
6ac748bfcf gui/app context menu: Add last time used in information. 2021-06-17 11:44:04 +02:00
Zangetsu38
9d55e65070 settings: Add content id on theme information.
- improve position for text & buttons.
2021-06-12 20:56:13 +02:00
Zangetsu38
4b0a39f085 notice: small refactor for time and icon.
- using millisecond for no can get double same value causing problem.
- using app icon if is available when no found content icon.
2021-06-12 20:55:45 +02:00
Zangetsu38
346c513e43 app context menu: Add Open/delete folder for shader cache. 2021-06-10 21:09:34 +02:00
Zangetsu38
8201cf0454 setting dialog: fix title for custom config in debug.
- remove old code useless.
2021-06-10 21:08:18 +02:00
Zangetsu38
a8733113d9 interface: allow install content folder by drag & drop.
- can install few content in same time with drop only one folder.
main: refactor for drop file and execute it, fix some issue.
gui: refactor get param for no get multiple same code.
2021-05-31 22:38:46 +02:00
sunho
ceeaae9d9a mem: Support windows write protect
mem: Properly decommit memory in windows
renderer: Add write protect based texture dirty flag
mem: Use custom allocator and optimized page table
dynarmic_cpu: Don't use page_table
2021-05-31 11:00:42 +02:00
Zangetsu38
3373b19dde gui/archive install dialog: refactor dialog.
- allow can using folder for install some archive in same time.
2021-05-30 22:44:04 +02:00
Zangetsu38
8b0400a077 notice: fix notice update for addcont. 2021-05-31 03:02:53 +09:00
Zangetsu38
bb8cb02792 gui/main menu bar: fix save app if already exist.
- set limit to 14.
2021-05-30 17:16:45 +09:00
sunho
6c790558e0 Move load_self from host to kernel 2021-05-27 13:12:17 +02:00
sunho
dcfdb2a01b kernel: Rename thread functions and move thread runner out from thread.cpp
kernel: Fill init cpu context from kernel
kernel: Various style nits
2021-05-26 04:53:21 +02:00
Zangetsu38
28a5cfee72 gui/Notice: fix load new notice selected.
- reworks order saved in xml.
- enable seletable for now all notification.
- gui/app selector: fix position for cc button
2021-05-26 04:49:24 +02:00
Zangetsu38
70119efa9c settings dialog: using apply only for current running app.
- refactor set cpu backend.
2021-05-26 04:48:35 +02:00
Zangetsu38
d9f9a020ad config: change last app to vector last loaded apps.
- settings dialog: refactor display title in custom config.
- custom config: fix warning of xml file.
2021-05-24 23:29:21 +02:00
sunho
d2e676c970 kernel: Add stack traceback 2021-05-24 03:36:52 +02:00
Zangetsu38
83c2830b7d custom config: move cpu settings in cpu child.
- enable gui render in open settings dialog.
2021-05-23 13:54:48 +02:00
sunho
c6790fa021 kernel: Merge thread state and functions & fix gdb 2021-05-22 21:12:11 +02:00
Zangetsu38
d04357fa62 gui/app selector: Add fake button if app have custom config.
- disable start screen count if settings/controller dialog is open.
2021-05-22 20:30:58 +02:00
Zangetsu38
c1881be094 gui: fix some small things.
- interface: small refactor press key event.
- fix position on day moment in star screen & information bar.
- fix title id for sys app without fw.
- fix apply in general config.
- merge Save & Apply in one button in settings dialog.
- Add close button in setting dialog.
- disable toogle gui and live area call if setting dialog/control dialog is open
- set default background for system app if missing fw.
2021-05-21 20:17:09 +02:00
sunho
7d6d79c399 kernel: Merge state and functions 2021-05-19 11:36:18 +09:00
sunho
d5f4b954fc kerenl: Implement trampoline injection
kernel: Move debugging helpers to one place
2021-05-19 11:36:18 +09:00
Zangetsu38
83da9b3eb9 gui/settings dialog: Add config options for disable At9 decoder.
interface: add log for new option.
modules/SceAudiodecUser: Hack for lle mp4.
2021-05-18 22:54:16 +02:00
Zangetsu38
a5d1bf0b46 gui/settings dialog: Add cpu tab.
- for can fix height size too big for Core tab.
2021-05-17 16:35:36 +02:00
Zangetsu38
e2d538bbf2 gui: fix trophy dialog in notif and unlock with multiple unlock.
- if app unlock few trophy in same time, fix order and double trophy print.
2021-05-17 16:35:25 +02:00
MerryMage
7e7f1b3b88 Add option to enable/disable CPU optimizations 2021-05-17 01:31:52 +02:00
Zangetsu38
de1430f326 gui: fix some small things.
- fix search link with correct title name.
- fix config for ngs and video playing in global settings.
- improve size/position on trophy collections.
2021-05-17 00:24:02 +02:00
Zangetsu38
7c5fe28da3 settings dialog: clean code and fix some things.
- using init config with config variable for custom & global config.
- move log cpu backend in boot app and fix value get.
2021-05-15 17:37:07 +02:00
Zangetsu38
b8daf98d8e settings_dialog: Add support cpu backend for custom config.
main menu bar: Add custom support for app running.
- Set also other config inside custom setting.
2021-05-13 21:27:38 +02:00
Zangetsu38
44f8206559 gui/live area: fix get template if retail folder no exist.
- resogun using demo mode but no have retail folder.
2021-05-13 21:27:10 +02:00
Zangetsu38
70c2f5ce13 live area: fix color issue, rgb value request divide by 255.f.
- fix color wrong on some game.
2021-05-11 23:04:59 +02:00
sunho
f4f4e5799e kernel: Add elf dumping 2021-05-11 15:16:44 +02:00
Zangetsu38
0fc0df1d1c gui: Add dialog warning for app close.
gui: improve app list opened.
2021-05-11 02:59:39 +02:00
Zangetsu38
e6437512fc live area: small refactor app list opened. 2021-05-09 16:07:30 +02:00
Zangetsu38
e93b5307b8 gui/settings dialog: Add cpu backend choice.
app/app init: refactor cpu backend init.
config: Add current cpu backend in log.
2021-05-08 16:42:20 +02:00
Zangetsu38
c8ea64ef55 gui/license install dialog: fix typo for rif file.
gui/app context menu: Add license path for open/delete.
interface: fix using custom config for load lib kernel.
2021-05-08 12:09:07 +09:00
Zangetsu38
6aa22790e1 gui/trophy unlocked: fix font and window size for high dpi.
gui/trophy collection: Add cancel lang text.
2021-05-06 13:46:56 +02:00