Commit graph

10203 commits

Author SHA1 Message Date
amwatson
94a7ab6e32 recycle motionevent 2024-02-08 23:28:09 -06:00
amwatson
a5fd13b7f0 fixed inverted height on keyboard 2024-02-08 23:21:33 -06:00
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
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
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
amwatson
8cefb8f24d add 'beta' to logo 2024-02-01 12:14:51 -06:00
Amanda Watson
b8d5316fc7
Update README.md 2024-02-01 11:14:59 -06:00
amwatson
bceb378a73 [logo] added white background 2024-02-01 11:13:11 -06:00
Amanda Watson
072f9778a7
Update README.md 2024-02-01 11:08:41 -06:00
Amanda Watson
7251705f5f
Update README.md 2024-02-01 11:07:15 -06:00
amwatson
7e696a0287 [logo] removed grey edge 2024-02-01 11:06:39 -06:00
amwatson
bf1231ebd9 updated logo with anti-aliasing 2024-02-01 10:59:58 -06:00
amwatson
d2634a89b5 added new logo for README 2024-02-01 10:50:16 -06:00
amwatson
618fef30ee aligned logo elements to bottom 2024-02-01 10:50:05 -06:00
amwatson
63004dc702 Update Citra 'VR' logo text color 2024-01-31 22:16:48 -06:00