swurl
7970edc8f6
use version in appimage
Signed-off-by: swurl <swurl@swurl.xyz>
8 months ago
swurl
28d2b06380
Options for Data Migration ( #95 )
Copy, move, or link
Co-authored-by: KeatonTheBot <onikeaton@gmail.com>
Signed-off-by: swurl <swurl@swurl.xyz>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/95
Co-authored-by: swurl <swurl@swurl.xyz>
Co-committed-by: swurl <swurl@swurl.xyz>
8 months ago
swurl
be552c37a1
ui/overlay: Fix enhanced frame pacing naming and disable frameskip for now. ( #99 )
Signed-off-by: swurl <swurl@swurl.xyz>
8 months ago
swurl
f786802b9b
User Data Migration from Citron, Sudachi, and Yuzu ( #91 )
Includes citron, sudachi, yuzu
currently broken, because the eden dir is always made early?
Signed-off-by: swurl <swurl@swurl.xyz>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/91
Co-authored-by: swurl <swurl@swurl.xyz>
Co-committed-by: swurl <swurl@swurl.xyz>
8 months ago
swurl
808276b48a
Dynamic State Fixes ( #57 )
- Forcefully disabled dynamic state extensions if Vulkan reports that
the device doesn't support it (need to update UI for this)
- Adds some more supported state 3 extensions
- Adds back stencil reinterpretation
- default to 0 on Android and 1 on desktop
Signed-off-by: swurl <swurl@swurl.xyz>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/57
Co-authored-by: swurl <swurl@swurl.xyz>
Co-committed-by: swurl <swurl@swurl.xyz>
8 months ago
swurl
9cb03cd007
Log by line compilation option
Signed-off-by: swurl <swurl@swurl.xyz>
8 months ago
swurl
1f091191f2
AppImage the long way ( #45 )
fixed sdl and opengl i think
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/45
Co-authored-by: swurl <swurl@swurl.xyz>
Co-committed-by: swurl <swurl@swurl.xyz>
8 months ago
swurl
3695481a80
Fix Alpha warning label & CI Building
Signed-off-by: swurl <swurl@swurl.xyz>
8 months ago
swurl
f2db4dd3a1
Fix CI Building For Windows, Android & Linux
8 months ago
swurl
08d320cc27
fix appimage
Signed-off-by: swurl <swurl@swurl.xyz>
8 months ago
swurl
053d68deef
AppImage real?
Signed-off-by: swurl <swurl@swurl.xyz>
8 months ago
swurl
52d851500c
actions: Linux & Source builds ( #26 )
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/26
Co-authored-by: swurl <swurl@swurl.xyz>
Co-committed-by: swurl <swurl@swurl.xyz>
android build, fix appimage
Signed-off-by: swurl <swurl@swurl.xyz>
8 months ago
swurl
b86644eae9
?
Signed-off-by: swurl <swurl@swurl.xyz>
8 months ago
JPikachu
61d4233228
Rename Yuzu logo to Eden
8 months ago
Briar
345a2af636
ci: Add license header check for pull requests
Co-Authored-By: OpenSauce <48618519+opensauce04@users.noreply.github.com>
9 months ago
Briar
3bdda3ea50
ci/cd: Initial implantation
Co-Authored-By: Morph <39850852+morph1984@users.noreply.github.com>
9 months ago
briar
43ef13973c
ci/cd: Delete old files
9 months ago
t895
a7e7f1b899
ci: android: Play store publishing setup
2 years ago
Liam
201c9a178f
ci: remove format dep from mainline step2
2 years ago
t895
e58da9cd54
ci: Remove format step from mainline builds
2 years ago
t895
1b369e8db2
android: Move ktlintCheck to yuzu-verify
2 years ago
Liam
89f2719693
ci: fix file mode check in format script
2 years ago
Liam
ac6fb1ade0
ci: fix format task
2 years ago
Liam
e94f59bb52
ci: make verify format workflow output more helpful
2 years ago
Liam
4b9ff027a1
general: fix trailing whitespace
2 years ago
t895
78af462a1c
actions: android: Build relWithDebInfo on main repo
2 years ago
Charles Lombardo
48db894ac3
ci: android: Use signing key if available
Lets gradle handle apk signing when available
2 years ago
toast2903
db88cf76d1
ci/linux: Fix find parameter order
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
2 years ago
lat9nq
92794d70e5
ci/linux: Upload separated debug symbols
Creates a new archive with a debug suffix that contains the debug symbols from
compiling yuzu for mainline. The yuzu executable also gets a GNU debug link to the symbols file.
ci/linux: Compile with debug symbols and upload separately
Currently only uploads for yuzu but yuzu-cmd or other future executables can be
added to the for-loop's parameters.
2 years ago
Liam
5f51662bdb
qt: implement automatic crash dump support
2 years ago
Morph
32e7c33a5c
ci: Remove GA, Gr optimizations from MSVC
Internal testing has shown these result in higher committed memory usage in some systems.
Also Ob2 is already implied by O2, so that can be removed as well.
2 years ago
lat9nq
8c6c159841
ci/mingw: Remove pefile installation step
This is unnecessary here: pefile is already installed on the container.
This step also causes issues in coming changes to the container.
2 years ago
Morph
3609c037f6
general: Update VulkanSDK and Vulkan-Headers
Latest as of this commit
2 years ago
Morph
c4cdc8c51c
ci: Download and install Vulkan SDK directly from LunarG
2 years ago
lat9nq
f9c512872f
ci/linux: Target deploy script from appimage path
Includes AppImage changes so that the needed Qt Wayland libraries are
included.
2 years ago
bunnei
04eabc45e5
android: Various fixes for CI.
3 years ago
liushuyu
bca45d1588
CI: add Android build systems
3 years ago
Danila Malyutin
53b0193a85
Fixup upload.ps1 for GHA
No extra folders are created with ninja generator after previous CMake fixes.
3 years ago
Matías Locatti
e4009d0632
Re-enable LTO for Linux
Using the tested method of only enabling it for core and video_core.
Clang is skipped, because Clang.
3 years ago
Liam
5be8a74b0c
general: fix spelling mistakes
3 years ago
Morph
282459a5f7
ci: Actually enable LTO on MSVC ( #9887 )
3 years ago
Matías Locatti
7cc539e8b8
Partially apply LTO to only core and video_core projects.
3 years ago
Morph
7513a154d3
apply-patches-by-label: Remove unused variables and imports
3 years ago
Morph
6c868a0757
apply-patches-by-label: Use python f-strings
3 years ago
Morph
1d8cd25345
ci: Abort on failure to query Github's API
This raises an exception if the GET request to Github's API returns anything other than 200 OK, ensuring we always have successful merges of tagged PRs.
Also, reduces the number of queried pages from 29 to 9 to reduce the number of requests.
3 years ago
Levi Behunin
2ff6c44168
Move to Clang Format 15
Depends on https://github.com/yuzu-emu/build-environments/pull/69
clang-15 primary run
3 years ago
Colin Kinloch
3094db997d
ci: Allow setting clang-format binary
3 years ago
Matías Locatti
7479b381fa
Enable compiler optimizations and enforce x86-64-v2 on GCC/Clang ( #9442 )
* Testing LTO (#4 )
* Testing LTO
* clang
* linux
* Added the rest of Blinkhawk's optimizations
* Unlikely asserts
* Removing LTO from Linux builds - GCC
* Removing LTO from Linux builds - Clang
3 years ago
lat9nq
0b30e0fb18
ci/clang: Enable bundled FFmpeg
Explicitly use the bundled FFmpeg version, since we were auto-choosing
it before.
3 years ago
Kyle Kienapfel
cd94cf4888
Set TX_TOKEN for transifex client
I did some tests on my own fork, and we're writing to ~/.transifexrc but
the client can't seem to read that file. maybe issue with $HOME or
something.
Workaround is to set TX_TOKEN environment variable and now the pesky
~/.transifexrc file is not needed.
3 years ago