27045 Commits

Author SHA1 Message Date
Phoenix
6a74676990 refactor(shader): improve EmitInvocationInfo for clarity and consistency
- Replaced hardcoded shift value of 16 with a named constant `SHIFT_AMOUNT` for better readability and maintainability.
- Standardized the formatting and operation of all stages for consistency.
- Added comments to clarify the purpose of each case.
- Improved logging in the default case to include the shader stage for better debugging.
2024-09-07 20:48:19 +10:00
Phoenix
e85ff33df6 chore(scripts): update submodule management batch script
- Fixed path formatting issues for Windows batch script by using backslashes (`\`) in `rmdir` commands.
- Added `--force` option to `git submodule add` commands to handle existing local directories.
- Addressed warnings related to line-ending conversion (LF to CRLF).
- Improved error handling during submodule cleanup, removal, and reinitialization.
2024-09-07 20:31:30 +10:00
Phoenix
afa9fd9713 chore(scripts): add batch script for remote update and force push
Added a batch script that automates the following tasks:
- Removes old Git remote and adds a new one.
- Pushes all branches with force.
- Provides an option to push tags with user confirmation.
2024-09-07 20:20:45 +10:00
Phoenix
31053f81e2 chore(scripts): add submodule management batch file
Added a batch file for managing Git submodules:
- Submodule cleanup and reinitialization script.
- Submodule deinitialization and re-addition script.
2024-09-07 20:19:40 +10:00
Phoenix
121bebcdf7 feat(submodules): add missing submodules
Added the following missing submodules:
- Vulkan-Headers
- opus
- tzdb_to_nx
- VulkanMemoryAllocator
- oaknut
- Vulkan-Utility-Libraries

This ensures that all dependencies are properly tracked and initialized for project build.
2024-09-07 20:18:16 +10:00
Phoenix
251a67e42d chore(cmake): rename 'master' to 'main' in CMakeLists.txt & DownloadExternals.cmake
- Updated branch references from 'master' to 'main' in CMakeList.txt and DownloadExternals.cmake.
- Ensured consistency with the new branch naming convention.
2024-09-07 19:55:06 +10:00
Phoenix
a6043b8d4b chore(repo): replace 'YUZU' occurrences with 'UZUY'
- Replaced all occurrences of 'YUZU' with 'UZUY' in file and directory names across the project.
- Updated to ensure consistency with the new project naming convention.
2024-09-07 19:51:23 +10:00
Phoenix
c267fc514f chore(repo): replace 'Yuzu' occurrences with 'Uzuy'
- Replaced all occurrences of 'Yuzu' with 'Uzuy' in file and directory names across the project.
- Ensured consistency with the new project naming.
2024-09-07 19:50:06 +10:00
Phoenix
b5b59fe07b chore(repo): replace 'yuzu' occurrences across files with 'uzuy'
- Replaced all occurrences of 'yuzu' with 'uzuy' in file and directory names across the project.
- Updated the naming to ensure consistency with the new project identity."
2024-09-07 19:47:50 +10:00
Phoenix
218fdb7164 chore(repo): rename files and directories from 'Yuzu' to 'Uzuy'
- Recursively replaced 'Yuzu' with 'Uzuy' in all file and directory names under the specified path.
- Ensured consistency across the project by updating naming conventions."
2024-09-07 19:27:17 +10:00
Phoenix
0d96116fd4 chore(repo): rename files and directories from 'yuzu' to 'uzuy'
- Recursively replaced 'yuzu' with 'uzuy' in all file and directory names under the specified path.
- Ensured consistency across the project by updating naming conventions.
2024-09-07 19:24:10 +10:00
Phoenix
fd2d3d0926 chore(submodules): update 16 submodules to valid commits
- Updated 16 submodules to valid commits as some previous references were no longer available.
- Ensured all submodules are correctly synchronized with their respective repositories.
2024-09-07 19:16:42 +10:00
Phoenix
94ec70edc5 chore(submodule): update breakpad submodule to a valid commit 2024-09-07 19:15:26 +10:00
Phoenix
2655402a77 docs(readme): updated README.md to reflect Uzuy Edge and what it is
- Updated README to include a description of Uzuy Edge, its features, installation steps, and contribution guidelines.
2024-09-07 19:05:46 +10:00
Phoenix
6b75834cc7 chore(docs): delete CONTRIBUTING.md, not needed
- Removed CONTRIBUTING.md as it's no longer required for this project.
2024-09-07 19:01:41 +10:00
Phoenix
f8d7f779cc chore(repo): remove .github folder TBA
Removed the .github folder as part of repository cleanup. It may be reworked or replaced in the future.
2024-09-07 19:00:34 +10:00
Phoenix
5a6127a1c7 chore(ci): delete all .ci scripts TBA
Removed all .ci scripts as they are to be replaced or reworked in the future.
2024-09-07 18:59:39 +10:00
Phoenix
4d36a3fa38 chore(repo): remove FUNDING.yml file
- Removed FUNDING.yml as the project is no longer accepting funding and to simplify repository maintenance.
2024-09-07 18:56:48 +10:00
yuzubot
dc529a89ae Android 278 2024-03-04 00:57:21 +00:00
yuzubot
1869349dce Merge yuzu-emu#13177 2024-03-04 00:57:21 +00:00
yuzubot
70711ddb39 Merge yuzu-emu#13174 2024-03-04 00:57:21 +00:00
yuzubot
adc597a799 Merge yuzu-emu#13018 2024-03-04 00:57:21 +00:00
yuzubot
276ceb26d0 Merge yuzu-emu#12461 2024-03-04 00:57:21 +00:00
Narr the Reg
15e6e48bef
Merge pull request #13198 from zhaobot/tx-update-20240301020652
Update translations (2024-03-01)
2024-03-01 01:57:00 -06:00
Pengfei Zhu
2f57c5a0e9
Revert arbaic translation 2024-03-01 15:20:53 +08:00
Pengfei Zhu
338e088b9d
Remove trailing whitespaces 2024-03-01 14:19:02 +08:00
The yuzu Community
56c9107d08 Update translations (2024-03-01) 2024-03-01 03:12:19 +00:00
liamwhite
dc94882c90
Merge pull request #13135 from german77/hid-interface
service: hid: Migrate HidServer to new IPC
2024-02-27 12:26:26 -05:00
liamwhite
30567a5909
Merge pull request #13175 from liamwhite/asan
general: fix asan errors
2024-02-27 09:42:59 -05:00
liamwhite
f1b1530249
Merge pull request #13171 from liamwhite/fake-address
texture_cache: do not track invalid addresses
2024-02-27 09:42:46 -05:00
liamwhite
6948ac8c16
general: workarounds for SMMU syncing issues (#12749) 2024-02-27 15:42:15 +01:00
liamwhite
b2e129eaa5
vk_rasterizer: flip scissor y on lower left origin mode (#13122) 2024-02-27 15:40:33 +01:00
liamwhite
1de37306a5
buffer_cache: avoid overflow in usage tracker (#13166) 2024-02-27 15:39:11 +01:00
liamwhite
9bc85dda5f
texture_cache: use two-pass collection for costly load resources (#13096) 2024-02-27 15:38:14 +01:00
Liam
c7174d5f61 general: fix asan errors 2024-02-26 19:28:49 -05:00
Narr the Reg
1bec420695
Merge pull request #13172 from liamwhite/gl-streams
renderer_opengl: declare geometry stream support in profile
2024-02-26 11:51:25 -06:00
liamwhite
79edad2533
Merge pull request #13159 from liamwhite/web-error
core: enable error applet, add stubs for web applet
2024-02-26 12:44:55 -05:00
liamwhite
ce62fa6f7b
Merge pull request #13149 from liamwhite/per-channel-program
video_core: make gpu context aware of rendering program
2024-02-26 12:44:46 -05:00
Liam
a0e254e7c4 renderer_opengl: declare geometry stream support in profile 2024-02-26 11:18:30 -05:00
Liam
25c3bbba0e settings: remove global override for smash on amdvlk 2024-02-26 11:16:18 -05:00
Liam
d66ca8b731 video_core: make gpu context aware of rendering program 2024-02-26 11:16:14 -05:00
Liam
fd9ed54f27 texture_cache: do not track invalid addresses 2024-02-26 10:26:27 -05:00
liamwhite
f9bfdb1555
Merge pull request #13164 from merryhime/reset-submodules
tools: Add reset submodules script
2024-02-25 14:01:11 -05:00
liamwhite
15831b19a3
Merge pull request #13163 from german77/ring
core: hid: hid_core doesn't have access to LIBUSB
2024-02-25 14:01:05 -05:00
liamwhite
8416d1c028
Merge pull request #13154 from german77/vibration-filter
core: hid: Reintroduce vibration filter
2024-02-25 14:00:59 -05:00
Merry
4d5d37ae61 tools: Add reset submodules script 2024-02-25 17:17:01 +00:00
german77
e62cea20d1 core: hid: hid_core doesn't have access to LIBUSB 2024-02-25 10:06:43 -06:00
Narr the Reg
9e27dbb53b
Merge pull request #13160 from liamwhite/time
glue: load initial year setting as s32
2024-02-25 08:47:16 -06:00
Liam
dc50b95a47 settings: enable error applet 2024-02-24 22:56:08 -05:00
Liam
4050242cf3 ldn: return no connection from GetStateForMonitor 2024-02-24 22:56:08 -05:00