Commit graph

10321 commits

Author SHA1 Message Date
amwatson
55f4b167ce This works for wrap_content UIs 2024-02-08 23:01:02 -06:00
amwatson
889d99f165 this renders a green square with the right aspect ratio. However, it's doing so by rendering the entire display (not what we want) 2024-02-08 22:40:11 -06:00
amwatson
f231577afd added abstract class for keyboard and did dimension measuring 2024-02-08 22:18:05 -06:00
amwatson
043f57ec8c add VRUILayer [java] class 2024-02-08 19:48:56 -06:00
amwatson
12429f1ab5 [Swapchain] updated variable naming to be consistent with VR project 2024-02-08 18:59:42 -06:00
amwatson
e37d003b23 update clang-format style for VR (thought I did this) 2024-02-08 18:54:32 -06:00
amwatson
4e7eba7010 Convert foo_ variable naming to mFoo for OpenXR, vr_main 2024-02-08 18:53:49 -06:00
amwatson
8d2baed9a9 [UILayer] convert foo_ variable naming to mFoo 2024-02-08 18:51:30 -06:00
amwatson
751d38bcb0 [GameSurfaceLayer] convert foo_ variable naming to mFoo (I hate this variable naming scheme and kept flip-flopping on it) 2024-02-08 18:50:10 -06:00
amwatson
2657b849ad [UILayer] added bounds and TryCreateSwapchain so bounds can be set at runtime (i.e. after onViewAttachedToWindow) 2024-02-08 18:40:08 -06:00
amwatson
88eff5af98 [GameSurfaceLayer] cleanup: moved setSurface method ID create from CreateSwapchain() to SetSurface() and made it a temp variable (since it's only used once) 2024-02-08 18:39:42 -06:00
amwatson
431ae64dd8 initial commit for UILayer, based on GameSurfaceLayer -- compiles, but has no java (will crash on run) 2024-02-08 18:39:37 -06:00
Daniel López Guimaraes
2766118e33
http: Implement various missing commands (#7415) 2024-02-08 11:01:46 -08:00
Steveice10
06b26691ba
soc: Pass accurate sockaddr length to socket functions. (#7426) 2024-02-08 11:01:38 -08:00
amwatson
fe72be3d03 hard-code black text on toasts (2D containers set the theme s.t. toasts have white text on a white bg) 2024-02-07 22:52:47 -06:00
amwatson
9a5ca2f162 [Home Settings] Remove 'theme' preference because it doesn't work correctly on 2D container 2024-02-07 22:39:39 -06:00
amwatson
948862cb9b remove duplicate logging (that also ignores log verbosity) 2024-02-07 22:33:22 -06:00
PabloMK7
d41ce64f7b
Add ipv6 socket support (#7418)
* Add IPV6 socket support

* Suggestions
2024-02-07 19:22:44 -08:00
amwatson
0284b09f3d [config] change vr_extra_performance_mode_enabled to boolean read so setting gets read correctly 2024-02-07 21:20:25 -06:00
amwatson
bccc541633 Do not mute audio on extra performance mode -- just disable audio stretching 2024-02-07 21:06:41 -06:00
Tobias
723f21eab8 .tx/config: Use language mappings for android "tx pull" (#7422)
The language names we are using in the android resources differ from those on Transifex.

We need to manually specify mappings for them, so Transifex is able to place the files in the correct folders.
2024-02-07 21:06:41 -06:00
Steveice10
e40f6862db build: Improve support for Windows cross-compilation. (#7389)
* build: Improve support for Windows cross-compilation.

* build: Move linuxdeploy download to bundle target execution time.
2024-02-07 21:06:41 -06:00
SachinVin
f871b9227b AudioCore/HLE/source: Partially implement last_buffer_id (#7397)
* AudioCore/HLE/source: Partially implement last_buffer_id

shared_memory.h: fix typo

* tests\audio_core\hle\source.cpp: Add test cases to verify last_buffer_id
2024-02-07 21:06:41 -06:00
GPUCode
ca62333c5e video_core: Use source3 when GPU_PREVIOUS is used in first stage (#7411) 2024-02-07 21:06:41 -06:00
GPUCode
4c63be0549 glsl_shader_gen: Increase z=0 epsillon (#7408) 2024-02-07 21:06:41 -06:00
Steveice10
79b8d3d3a9 dumpkeys: Add seeddb.bin to output files. (#7417) 2024-02-07 21:06:41 -06:00
zhaobot
3cfdd41ebd Update translations (2024-02-01) (#7409)
Co-authored-by: The Citra Community <noreply-fake@community.citra-emu.org>
2024-02-07 21:06:41 -06:00
Steveice10
c3a569f535 build: Update and re-enable cubeb on macOS. (#7405) 2024-02-07 21:06:41 -06:00
Steveice10
21b2c76043 externals: Remove broken android-ifaddrs. (#7410) 2024-02-07 21:06:24 -06:00
GPUCode
837be94cf6 glsl_shader_fs_gen: Apply shadow before ambient light (#7404) 2024-02-07 21:06:24 -06:00
merry
cdaee99b83 externals: Update dynarmic to 6.6.1, Update oaknut to 2.0.1 (#7398) 2024-02-07 21:06:24 -06:00
amwatson
cbb4c4d600 [version update] always delete ini.vr0 file when present 2024-02-07 21:06:24 -06:00
amwatson
cc1349a68c moved landscape-style 'w600dp' resources into default resource directory and removed directories, as these layouts should always be in landscape and I don't want to update both resources 2024-02-07 21:06:24 -06:00
amwatson
cc818ee8df update colors to use CitraVR accent color 2024-02-07 21:06:24 -06:00
amwatson
cf80105baf [build.gradle] remove abiFilter for x86-64 2024-02-07 21:06:24 -06:00
amwatson
c9f0513dda Add 'CitraVR' to version name print 2024-02-07 21:06:24 -06:00
amwatson
04e9e0e0c9 Use VR launcher when launching from system files fragment 2024-02-07 21:06:24 -06:00
amwatson
8908bccee1 re-add inform line for create 2024-02-07 21:06:24 -06:00
amwatson
6f7d61b62b remove debug line 2024-02-07 21:06:23 -06:00
amwatson
aa26c24b6a et linear filtering default to disabled 2024-02-07 21:06:23 -06:00
amwatson
4d43d0a818 Disable audio stretching by default 2024-02-07 21:06:23 -06:00
Tobias
1165a708d5
.tx/config: Use language mappings for android "tx pull" (#7422)
The language names we are using in the android resources differ from those on Transifex.

We need to manually specify mappings for them, so Transifex is able to place the files in the correct folders.
2024-02-07 05:41:29 -08:00
Steveice10
19784355f9
build: Improve support for Windows cross-compilation. (#7389)
* build: Improve support for Windows cross-compilation.

* build: Move linuxdeploy download to bundle target execution time.
2024-02-05 10:09:50 -08:00
SachinVin
aa6a29d7e1
AudioCore/HLE/source: Partially implement last_buffer_id (#7397)
* AudioCore/HLE/source: Partially implement last_buffer_id

shared_memory.h: fix typo

* tests\audio_core\hle\source.cpp: Add test cases to verify last_buffer_id
2024-02-05 09:54:13 -08:00
GPUCode
106364e01e
video_core: Use source3 when GPU_PREVIOUS is used in first stage (#7411) 2024-02-05 09:53:54 -08:00
GPUCode
d5a1bd07f3
glsl_shader_gen: Increase z=0 epsillon (#7408) 2024-02-05 09:53:41 -08:00
Steveice10
8afa27718c
dumpkeys: Add seeddb.bin to output files. (#7417) 2024-02-05 09:14:14 -08:00
zhaobot
8e2415f455
Update translations (2024-02-01) (#7409)
Co-authored-by: The Citra Community <noreply-fake@community.citra-emu.org>
2024-02-01 15:29:49 -08:00
Steveice10
c978c074db
build: Update and re-enable cubeb on macOS. (#7405) 2024-02-01 15:29:14 -08:00
amwatson
8cefb8f24d add 'beta' to logo 2024-02-01 12:14:51 -06:00