Commit graph

78 commits

Author SHA1 Message Date
Zangetsu38
580a922b8d gui/main menubar: fix set value.
gui/app selector: add information bar.
gui: reworks app selector and live area switch app.
2020-08-20 05:13:58 +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
Sunho Kim
0a0eb53f8c app: add arguments in console mode 2020-08-10 07:49:56 +09:00
Sunho Kim
0bbd7d2df3 app: add console mode execution 2020-08-10 07:49:56 +09:00
Sunho Kim
8c77125ac9 app: disable gui if console mode 2020-08-10 07:49:56 +09:00
Sunho Kim
06e3775b5d util: support turning off stdout logging 2020-08-10 07:49:56 +09:00
Zangetsu38
54800bbc61 gui/Apps Selector: Move trophy and themes & background inside Apps Selector.
gui/Apps Selector: fix using short title in grid mode.
gui/app context small refactor.
gui/live area: small clean code.
gui/trophy: small refactor.
2020-07-23 18:39:47 +02:00
Zangetsu38
339ec167b5 main: load common dialog also during app boot. 2020-06-29 20:02:47 +02:00
Zangetsu38
e6d4497d43 gui/live_area: fix position on item if get outside frame.
gui: fix flashing on boot if app no have background.
2020-06-21 13:44:48 +02:00
Zangetsu38
923fb0bcd9 emu: rename game to app.
emu: refactor few function.
2020-06-17 10:30:07 +02:00
Zangetsu38
f511b29d5c pkg install: Add choice for mode set zriff key.
pkg install: Add info for content installed.
pkg install: refactor dialog.
2020-06-16 18:04:41 +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
Ichisada Shioko
5ff7bb3be5 app: show useful errors on initialization failed 2020-06-09 09:30:25 +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
e241d98f18 vita3k: Clean up headers 2020-05-25 18:07:28 +02:00
Zangetsu38
9e8d53b315 gui: set window title during app loading. 2020-05-21 06:27:01 +03:00
Zangetsu38
76189aa57f gui: add grid mode for apps list.
gui/main_menubar: fix crash with forget remove code.
2020-05-12 17:42:58 +03:00
Zangetsu38
2031e60a33 gui: Add new menu for launch last app. 2020-05-12 17:24:01 +03:00
Nicolas Jallamion
811991d2b8
gui: move app background on boot app (#689) 2020-05-03 16:32:07 -04:00
Nicolas Jallamion
32e3e8b5e2
gui: improve live area game screen. (#642)
live area: improve manual.
2020-04-05 21:02:28 -04:00
totlmstr
c2a014f1f2 config: generate config members using higher-order macros (#610)
* config: Generate members using higher order macros.

WARNING: This breaks earlier config.yml files.

* config: Move Config struct to new state.h

* config: Macro rewrite of merge_config as operator+=

Divide options into vectors and individual options.

* config: Add member_name parameter and enum based on said addition
2019-12-13 22:25:06 -05:00
Peter Mackay
eeb0601738 Fix warnings when compiling with Clang (#589)
* util: Add missing parens

* util: Add bytes.h to CMakeLists.txt

* np: Fix initialiser order warning

* renderer: Remove unused operator

* renderer: Remove unused locals

* vita3k: Guard config-dependent local

* SceGxm: Remove unused locals

* SceProcessmgr: Fix unused variable warning on Mac

I assumed Mac works the same as Linux.

* shader: Remove unused locals

* shader: Fix initialiser order warnings

* gxm: Rewrite pointer math to fix int to pointer truncation warning

* renderer: Remove deletes of memory internal to command buffer

* util: Use tab rather than spaces
2019-11-01 16:47:07 +01:00
1whatleytay
418e337623 gui: add dedicated imgui state 2019-09-06 17:41:09 -04:00
1whatleytay
63866e3079 renderer/vulkan: imgui impl reordering 2019-09-06 14:54:54 -04:00
1whatleytay
efec4f1ba3 renderer/vulkan: reorganize renderers
I am going to be ammending this a lot.
2019-09-05 22:58:04 -04:00
Nicolas Jallamion
06299de242 emulator: Refactor file structure (#557)
Also:
- external: update some submodules.
2019-08-28 16:52:07 +03:00
Renamed from src/emulator/main.cpp (Browse further)