10191 Commits

Author SHA1 Message Date
kleidis
caead23ff0
qt: Fix default languege not being set to the main one the system uses (#88)
Co-authored-by: Gamer64 <76565986+Gamer64ytb@users.noreply.github.com>
2024-08-15 16:13:12 +02:00
OpenSauce04
7447b876f9 Don't tie hotkeys to only the main window 2024-08-15 16:09:37 +02:00
Gamer64
315bac7961 android: cleanup some java references 2024-08-15 15:51:25 +02:00
Gamer64
edf3728696 readme: update telegram link 2024-08-15 15:37:12 +02:00
Gamer64
a386cb035d Android: Increment play coins and update birthday date 2024-08-15 02:46:53 +02:00
Gamer64
b17d0e05fa externals: update submodules 2024-08-14 21:43:35 +02:00
OpenSauce04
c9058278f4 Flatpak shortcut creation fixes
For now there is no flatpak version still, but i'll always add for future implementation.
2024-08-14 21:05:37 +02:00
Gamer64
192548667f Code: Add some missing "if" spaces 2024-08-14 19:56:00 +02:00
Gamer64
5f79221ba9 Delete CONTRIBUTING.md 2024-08-14 16:15:00 +02:00
Gamer64
e4b4009e5b Code/CI: Update to Clang 18 2024-08-14 12:58:38 +02:00
Gamer64
f0798308c9 Update README.md 2024-08-14 12:06:35 +02:00
Gamer64
5c7b544ca1 renderer_opengl: use minus for isPortrait 2024-08-13 22:45:24 +02:00
Gamer64
e34f15043d Correct dialog_slider.xml formatting 2024-08-13 22:27:17 +02:00
Gamer64
2362ccd667 Apply clang-format 2024-08-13 22:17:35 +02:00
Gamer64
79edd95c2b android: Implemented custom layout customization GUI
Co-Authored-By: David Griswold <novachild@gmail.com>
2024-08-13 22:13:59 +02:00
David Griswold
e4f789df54 Refactored layout code in preparation for Android custom layout GUI 2024-08-13 19:47:33 +02:00
David Griswold
90eb440e02 android: Added portrait-specific config values for custom layouts 2024-08-13 18:10:41 +02:00
OpenSauce04
9a45cc03d7 Changed how pausing the emulator is handled to allow frame 2024-08-10 01:01:01 +02:00
Gamer64
a22d894a9d publish.yml: Fix macos path r1.0 2024-08-06 02:06:03 +02:00
Gamer64
64f29e710f publish.yml: Fix android and linux 2024-08-06 01:56:20 +02:00
Gamer64
10c928fdef oboe_sink: Update header licenses 2024-08-06 01:40:44 +02:00
Gamer64
a959e8cd1d license.txt: Revert back to original GPLv2
After some personal talking and investigation, I have noticed that GPLv3 is more restrictive than GPLv2, and I want my project to be the most freedom possible, so I'm reverting it back to GPLv2.
2024-08-06 01:39:04 +02:00
Gamer64
8b5ac8dd55 CMakeLists.txt: update QT 2024-08-05 18:42:48 +02:00
Vitor Kiguchi
3030b9b7d7 pica_types: Correctly restrict Float<M, E> precision
This has been taken from a pull request that never got merged on citra due to the shutdown (https://web.archive.org/web/20240220020909/https://github.com/citra-emu/citra/pull/7372).

Fixes Rune Factory 4 clipping issues while using OpenGL or Vulkan renderers.
2024-08-03 02:54:36 +02:00
Gamer64
4388568e74 externals: update cpp-jwt, cryptopp and cryptopp-cmake 2024-08-02 17:58:57 +02:00
Gamer64
3dcf6ed2d9 externals: update catch2, dds-ktx, faad2 and lodepng 2024-08-02 17:41:53 +02:00
Gamer64
0eeb5165a1 externals: update libusb, libyuv, openal-soft and soundtouch 2024-08-02 17:35:26 +02:00
Gamer64
1d7248d719 externals: update enet, inih, nihstro and oaknut 2024-08-02 17:15:22 +02:00
Gamer64
33eb18fd88 externals: update fmt, glslang, xbyak and zstd 2024-08-02 16:34:37 +02:00
Gamer64
d9cb0696a2 externals: update fmt 2024-08-02 02:10:39 +02:00
Gamer64
5d6f89c4ba externals: update vma, vulkan-headers and libadrenotools 2024-08-02 00:39:37 +02:00
Gamer64
44e3eb1f88 license.txt: Upgrade to GPLv3 2024-08-01 15:12:29 +02:00
Loop312
ad06b079df
Fix android dev build link in README.md (#80)
The link wasn't changed from when the artifact was known as android-apk
2024-08-01 04:44:01 +02:00
Gamer64
6162e94745 oboe_sink: Minor code improvements 2024-08-01 04:39:35 +02:00
Gamer64
d9350953bd oboe_sink: Set AudioApi to OpenSLES and minor improvements 2024-08-01 04:18:58 +02:00
OpenSauce04
5fcca17e0d Purge iOS from project codebase 2024-08-01 02:49:44 +02:00
Gamer64
2a54a2b1b4 Android: Upgrade gradle version 2024-07-30 16:59:25 +02:00
Gamer64
6a448ab45b Update expand to cutout area desc 2024-07-30 05:01:34 +02:00
Gamer64
29d98e9499 Android: Do not expand cutout if it's in portrait mode 2024-07-30 04:49:19 +02:00
Gamer64
c284cd56c3 Android: Re-implement ForegroundService
This got removed recently because it was causing a crash while exiting emulation most of times, but I have adressed this issue with some help of logs. It's a dirty workaround, but works and gives the notification back, so let's do this for now.
2024-07-30 03:32:18 +02:00
Gamer64
778864a26b Android: Implement Expand to Display Cutout option 2024-07-30 00:23:58 +02:00
Gamer64
c05a9c1c59 PC: Remove windows 11 mica support
Now windows applies it auto by dwm, so no more point of having this. And it's also bloated.
2024-07-29 13:58:33 +02:00
Gamer64ytb
26330abec4 publish.yml: rename zip package 2024-07-27 21:53:50 +02:00
OpenSauce04
3c9b7c1a4b Implement emulator data migration functionality + prompt 2024-07-27 21:37:05 +02:00
Gamer64ytb
4ec4892f55 Implement Ishan's release workflow
Co-Authored-By: Ishan09811 <156402647+ishan09811@users.noreply.github.com>
2024-07-27 20:43:51 +02:00
Gamer64ytb
ac07021705 readme: remove downloads badge
due to the removal of all releases from the ex-helper of the project, now this was pointing to 0, so I am removing for a while.
2024-07-27 20:41:31 +02:00
Gamer64ytb
50432f33a7 Update README.md 2024-07-27 18:03:34 +02:00
Gamer64ytb
ac964680c6 Prepare readme for mandarine icon 2024-07-27 15:54:33 +02:00
Gamer64ytb
680aa7531a Rebrand links and minor stuff 2024-07-27 15:45:48 +02:00
Gamer64ytb
f773bbd0a3 Android & PC: Initial Mandarine rebrand
One of the reasons of this rebrand is that I noticed that "Citra-Enhanced" doesn't call much the attention of the people, and looks like a very simple brand, so let's change our papers.
2024-07-27 15:27:58 +02:00