Commit graph

167 commits

Author SHA1 Message Date
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
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 Kim
897892f31b renderer: Make hashless texture cache toggleable 2021-05-31 11:00:42 +02:00
sunho
6c790558e0 Move load_self from host to kernel 2021-05-27 13:12:17 +02:00
sunho
f0692b294e config: Use dynarmic as default 2021-05-24 23:43:31 +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
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
MerryMage
7e7f1b3b88 Add option to enable/disable CPU optimizations 2021-05-17 01:31:52 +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
sunho
f4f4e5799e kernel: Add elf dumping 2021-05-11 15:16:44 +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
sunho
f76f2f2c39 cpu: Fix dynarmic exclusive instructions, halting, breakpoint, stepping
kernel: Refactor CPUDepInject
config: Add dynarmic_cpu option
2021-05-08 14:34:20 +02:00
Zangetsu38
c64224acac gui: improve IME keyboard. 2021-05-02 13:19:51 +02:00
sunho
05cbb938cc gdb: Toggle gdbstub with config file 2021-04-25 05:56:02 +02:00
totlmstr
ec39def5cd util: Use std::optional for C++17 builds
Boost.Optional is still used for lower C++ standard builds.
2021-04-21 08:14:40 +07: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
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
5d00c7be0b gui/settings dialog: small fix.
config: typo fix.
2021-02-27 17:48:27 +01:00
Zangetsu38
e5355bf8da modules/SceAppMgr: reworks split in interface. 2021-02-26 23:32:12 +01:00
Francisco José García García
7792349a7b modules/sceAppMgr: refactor LoadExec.
Co-authored-by: Zangetsu38 <Dante38@free.fr>
2021-02-26 13:00:22 +01:00
sunho
113f1b6e7d kernel: add cpu instance pool 2021-02-20 20:08:28 +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
Zangetsu38
48daafb6bf gui/settings dialog: Add option for disable video player. 2021-02-08 22:09:32 +01:00
Zangetsu38
a3aa6a6792 gui: improve font format support. 2021-01-27 14:23:54 +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
Zangetsu38
39d4fa89f1 gui: move system language inside setting app. 2021-01-24 21:10:06 +01:00
bookmist
f31e571662 config:state Fix crash on startup when a setting not found in config.yml 2021-01-20 00:08:56 +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
scribam
d18e38e7bf config/gui/renderer: add configuration to dump textures 2020-12-24 18:05:18 +02:00
EXtremeExploit
c75b8db8d2 Emu: Add unicode support for base and pref path. 2020-09-15 14:51:47 +03:00
sunho
122b594a99 ngs: add gui option to disable it 2020-09-08 19:20:02 +09:00
Zangetsu38
f05a221f07 gui/theme: some refactor.
gui/theme: Add font color support.
2020-08-30 22:59:06 +02:00
Sunho Kim
0a0eb53f8c app: add arguments in console mode 2020-08-10 07:49:56 +09:00
Sunho Kim
cae1dca7bb config: suppress stdout logging if console mode 2020-08-10 07:49:56 +09:00
Sunho Kim
1a94f91ca7 config: add console mode option 2020-08-10 07:49:56 +09:00
Zangetsu38
e34506f1a2 setting dialog: Add automatic module mode.
module: Add automatic module list.
2020-07-25 20:22:21 +02:00
Sunho Kim
2a22d19a20 debug: add stack traceback 2020-06-21 22:38:46 +03:00
scribam
770dd1b998 cli: update validator pref_path check 2020-06-13 13:52:22 +02:00
scribam
d0a4216273 config: Add a basic option to install a pkg 2020-06-10 20:06:14 +02:00
scribam
dacbe6b0ab config: Add a basic option to delete a title id 2020-06-10 20:06:14 +02:00
scribam
95515f9edf config: Tweak previous commit 2020-06-10 20:06:14 +02:00
totlmstr
ddc0d96e91 config: Replace Boost.Program_Options with CLI11 v1.8.0 2020-06-10 20:06:14 +02:00
Sunho Kim
177ce20d53
cpu: improve gdb and add code injection (#737) 2020-06-09 09:38:41 +02:00
EXtremeExploit
43dce35c27
config: change default cross binding to x (#731) 2020-05-30 02:41:06 -04:00