Gamer64
451d96ca6e
Android: Remove popup theme settings setup
2024-08-20 22:55:30 +02:00
Gamer64
14bcd43dcb
Android & PC: Rebrand Custom CPU Ticks names
2024-08-20 18:41:20 +02:00
Gamer64
c0bc09eb39
Android: Implement support for automatic resolution scale
...
Available on PC actually, but was missing on android.
2024-08-20 18:12:45 +02:00
Gamer64
786713982b
Android: Fix padding if settings UI is too small
2024-08-20 17:34:54 +02:00
Gamer64
ca0a94adb1
Android: Redesign some icons and Home Settings UI, and cleanup
2024-08-20 17:13:15 +02:00
Gamer64
ea8c214c22
PC: Rebrand Report Compatibility to Report Issues
2024-08-20 15:50:18 +02:00
Gamer64
c1880d8c9e
Android/MainActivity: Replace ic_more with ic_settings
2024-08-19 15:37:22 +02:00
Wunkolo
16f4318775
shader_jit: Fix/optimize conditional evaluation
2024-08-19 14:55:41 +02:00
Gamer64
8d886768ae
Android: Cleanup some warnings
2024-08-19 13:56:57 +02:00
Gamer64
296ffb13b3
Android: Remove nightly and canary
2024-08-18 13:38:54 +02:00
Gamer64
a380d65e1b
gradle: update some dependencies
2024-08-18 12:25:58 +02:00
Gamer64
05ae6d6ed1
core: shutdown running_core and reschedule_pending
2024-08-18 11:06:08 +02:00
Jarrod Norwell
0f8970edc8
Removed uninitialized warning
2024-08-18 10:57:59 +02:00
Gamer64
dc332ebe6c
GSP_GPU: Do not always debug GXCommandProcessed on TriggerCmdReqQueue
2024-08-17 14:42:13 +02:00
kleidis
0cdab21c4e
Add static theme option and theming setup page for Android ( #87 )
...
Co-authored-by: Gamer64 <76565986+Gamer64ytb@users.noreply.github.com>
2024-08-17 11:56:24 +02:00
Gamer64
a8af63298e
Merge branch 'PabloMK7:master' into master
2024-08-16 18:50:19 +02:00
Gamer64
69f6dd346b
Android: Specify app ID on about game dialog
2024-08-16 11:13:25 +02:00
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
Wunk
f248fefe06
shader_jit_a64: Optimize conditional tests ( #229 )
...
These conditional tests are a 1:1 translation from the x64 code but do
not have to be. Reference-values are known at emit-time and can be
embedded as an immediate into an `EOR` instruction rather than moved
into a register. The `TST` instruction can be utilized to more optimally
test and update the `EQ`/`NE` status flags.
2024-08-15 10:45:20 +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
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