Henrik Rydgård
a820b299ae
Have unthrottle override alternate speeds, like before.
2023-09-09 13:40:18 +02:00
Henrik Rydgård
ee6742c74e
Merge pull request #18112 from Narugakuruga/patch-27
...
Update zh_CN.ini
2023-09-09 12:13:37 +02:00
Narugakuruga
61d05aa614
Update zh_CN.ini
2023-09-09 18:11:43 +08:00
Henrik Rydgård
41e33511e4
Merge pull request #18110 from DDinghoya/patch-15
...
Update ko_KR.ini
2023-09-09 06:56:20 +02:00
DDinghoya
23c00dcb35
Update ko_KR.ini
2023-09-09 12:58:51 +09:00
Henrik Rydgård
a27208ccde
Merge pull request #18109 from iota97/fix-readme
...
Fix readme
2023-09-08 17:43:38 +02:00
Henrik Rydgård
a92a48e4b1
Merge pull request #18107 from hrydgard/android-fix-homebrew
...
Fix running homebrew on Android with content URIs (scoped storage)
2023-09-08 17:43:07 +02:00
iota97
417d2d46fd
Fix readme
2023-09-08 17:03:05 +02:00
Henrik Rydgård
f27e6055f8
Fix running homebrew on Android with content URIs (scoped storage)
2023-09-08 16:42:39 +02:00
Henrik Rydgård
e0c5857927
Tilt analog settings: Fix failure to reinitialize tilt_ when creating views.
...
This caused crashes due to tilt_ ending up pointing to a deleted object
after recreate instead of null (in which case we would have avoided the
writes).
Fixes #18105
2023-09-08 15:50:57 +02:00
Henrik Rydgård
8dbc1e7354
Add assets/vfpu to Windows installer generator script
2023-09-08 13:32:35 +02:00
Henrik Rydgård
16e8ba2414
Merge pull request #18014 from hrydgard/readme-1.16
...
Update README.md for 1.16
2023-09-08 13:16:03 +02:00
Henrik Rydgård
442618c798
Linkify
2023-09-08 13:14:51 +02:00
Henrik Rydgård
5ecfdab0cb
Readme VR updates
2023-09-08 12:58:26 +02:00
Henrik Rydgård
8f00da4f10
More README updates, address feedback
2023-09-08 12:51:57 +02:00
Henrik Rydgård
6c6fffed73
Add fp64 to credits list
2023-09-08 12:51:57 +02:00
Henrik Rydgård
557e8f5f1b
Address feedback
2023-09-08 12:51:57 +02:00
Henrik Rydgård
340ca8dd79
Initial draft
2023-09-08 12:51:57 +02:00
Henrik Rydgård
9f5414507c
Move 1.13 and 1.14 updates to history.md
2023-09-08 12:51:57 +02:00
Henrik Rydgård
87be18ab03
Merge pull request #18104 from hrydgard/fix-uncached-kernel-mirror
...
Fix very old typo in memmap table, for the unusual "kernel+uncached" combination
2023-09-08 12:38:40 +02:00
Henrik Rydgård
6eba885955
Slight OSD message duration tweak.
2023-09-08 12:33:00 +02:00
Henrik Rydgård
2853b2f6db
Fix very old typo in memmap table, for the unusual "kernel+uncached" combination
2023-09-08 12:02:56 +02:00
Henrik Rydgård
7b9e03ef4a
Merge pull request #18103 from unknownbrackets/arm64jit-more
...
Implement the remaining arm64jit IR ops
2023-09-08 09:59:47 +02:00
Henrik Rydgård
c43cbe4f14
Merge pull request #18102 from hrydgard/kernel-printf
...
New logging channel "PRINTF" for SceKernelPrintf
2023-09-08 09:35:04 +02:00
Unknown W. Brackets
7a5cdafdf3
arm64jit: Implement convert/int conversions.
2023-09-08 00:03:12 -07:00
Unknown W. Brackets
b698c673a8
arm64jit: Implement FSat.
2023-09-08 00:03:12 -07:00
Unknown W. Brackets
c523273d51
arm64jit: Implement vector unpacks.
2023-09-08 00:03:12 -07:00
Unknown W. Brackets
e03ae26d20
arm64jit: Implement vuc2i.
2023-09-08 00:02:53 -07:00
Unknown W. Brackets
a21a882add
arm64jit: Implement a few vector ops.
2023-09-08 00:02:53 -07:00
Unknown W. Brackets
a8f81b4289
arm64jit: Add breakpoints/memchecks.
2023-09-08 00:02:53 -07:00
Henrik Rydgård
254f19dcfc
Use new log channel for stdout/tty as well.
2023-09-08 08:40:57 +02:00
Henrik Rydgård
6cb2c0dc59
KERNELPRINTF->PRINTF, NOTICE->INFO
2023-09-08 08:40:54 +02:00
Henrik Rydgård
d8f4f50ecb
Merge pull request #18100 from unknownbrackets/savedata-search
...
UI: Fix search within savedata screen
2023-09-08 08:35:08 +02:00
Henrik Rydgård
2e22fbdb8e
Merge pull request #18101 from unknownbrackets/android-run-tests
...
Android: Fix developer tools -> run tests
2023-09-08 08:34:34 +02:00
Henrik Rydgård
ce4ee78157
Merge pull request #18099 from unknownbrackets/include-guards
...
Build: Add some missing include guards.
2023-09-08 08:33:53 +02:00
Henrik Rydgård
0a234df037
Merge pull request #18089 from unknownbrackets/arm64jit-float
...
arm64jit: Implement VFPU compare, trig, couple others
2023-09-08 08:33:22 +02:00
Unknown W. Brackets
1a37b4b3fd
Core: Stop including Rng so widely.
...
It's no longer on the MIPS struct.
2023-09-07 17:56:46 -07:00
Unknown W. Brackets
9cc266b0e7
Android: Fix developer tools -> run tests.
2023-09-07 17:36:41 -07:00
Unknown W. Brackets
23b05b9037
UI: Fix search within savedata screen.
2023-09-07 17:34:23 -07:00
Unknown W. Brackets
5617d08620
arm64jit: Remove unused variable.
2023-09-07 17:26:30 -07:00
Unknown W. Brackets
cec9dbbdf7
Build: Add some missing include guards.
2023-09-07 17:14:58 -07:00
Nemoumbra
90cd9d4c68
New logging channel "KERNELPRINTF" for SceKernelPrintf
2023-09-08 00:34:26 +03:00
Henrik Rydgård
05d8752a64
Vulkan: Correct the calculation for max possible mip levels
2023-09-07 15:20:16 +02:00
Henrik Rydgård
d98cdacf54
Merge pull request #18095 from hrydgard/lang-ui-fixes
...
Swedish translation updates, add reminder for save new textures
2023-09-07 15:05:09 +02:00
Henrik Rydgård
81dba6e5f9
Merge pull request #18096 from Nemoumbra/windows-hotkeys-fix
...
Ctrl+X -> Ctrl+H for closing the bottom tabs
2023-09-07 15:04:05 +02:00
Henrik Rydgård
6799e8a67b
Add a little reminder that saving new textures is on, if they are.
2023-09-07 13:57:52 +02:00
Henrik Rydgård
3bad94f7c7
Update Swedish translation
2023-09-07 13:57:49 +02:00
Nemoumbra
ef20a0ba34
Ctrl+X -> Ctrl+H for closing the bottom tabs
2023-09-07 14:39:15 +03:00
Henrik Rydgård
29bed5504f
Merge pull request #18092 from hrydgard/update-gamecontroller-db
...
Update gamecontrollerdb.txt with the latest from the community maintained DB
2023-09-07 12:16:54 +02:00
Henrik Rydgård
affed3c616
gamecontrollerdb.txt: Add only the lines we don't already have from the community-maintained list.
2023-09-07 12:12:17 +02:00