Commit graph

10192 commits

Author SHA1 Message Date
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
Amanda Watson
7db5fe8c87
Merge pull request #49 from amwatson/merge_from_upstream
Merge from upstream Citra
2024-01-31 22:11:55 -06:00
amwatson
15d3f439ba update vr logo and colors 2024-01-31 21:49:19 -06:00
amwatson
b32abc794b updated 'More' icon to be Settings (easier to see) 2024-01-31 18:30:19 -06:00
amwatson
bce824b19d Added logo to settings 2024-01-31 18:29:29 -06:00
amwatson
e3670db4e4 update About Fragment for CitraVR 2024-01-31 17:23:38 -06:00
amwatson
dfb42258b8 [About section] Added license for OpenXR 2024-01-31 16:54:09 -06:00
amwatson
646009457e [About section] Added github link to CitraVR instead of citra-emu 2024-01-31 16:53:53 -06:00
amwatson
f05f23238b Mass-replace "Citra" with "CitraVR" in strings 2024-01-31 16:30:55 -06:00
amwatson
713ac1db20 fixed theme int values to conform to array indices (which is what SettingsAdapter expects) 2024-01-30 21:45:29 -06:00
amwatson
05c0b2b51f slightly different design for larger orange/lime 2024-01-30 21:11:23 -06:00
amwatson
a7da0b6598 add green Citra svg 2024-01-30 20:14:56 -06:00