Henrik Rydgård
5de47c6cf2
Scoped storage: recognize "wt" and "rt" modes. Should fix the cheat.db issue
...
See #13847
2021-08-11 09:09:35 +02:00
Henrik Rydgård
8eb1325ff0
Cleanup
2021-08-11 09:09:35 +02:00
Henrik Rydgård
d97c15c083
Merge pull request #14716 from unknownbrackets/ui-altspeed
...
UI: Fix reset of alt speed options in settings
2021-08-11 09:08:18 +02:00
Unknown W. Brackets
8d01d29c5c
Merge pull request #14717 from iota97/savestate-undo-fix
...
Fix savestate undo consistency
2021-08-11 00:02:04 -07:00
iota97
0c664aa820
Fix savestate undo consistency
2021-08-11 08:35:41 +02:00
Unknown W. Brackets
bd0881a0ab
UI: Fix enable/disable of reporting outside game.
2021-08-10 21:43:04 -07:00
Unknown W. Brackets
a3a6dcabda
UI: Fix reset of alt speed options in settings.
2021-08-10 21:42:44 -07:00
Unknown W. Brackets
dd388407a6
Merge pull request #14715 from nassau-tk/patch-2
...
Update ja_JP.ini for Reverb volume
2021-08-10 21:05:00 -07:00
nassau-tk
b543cc69ad
Update ja_Jp.ini for Reverb volume
...
Fix below.
Reverb volume = リバーブボリューム
2021-08-11 12:26:17 +09:00
Henrik Rydgård
43ae32e5b8
Merge pull request #14713 from amverweij/vulkan-display-khr
...
First pass on using Display KHR, needs proper init flags
2021-08-11 01:34:38 +02:00
Unknown W. Brackets
f233c77265
Merge pull request #14714 from jbeich/freebsd
...
Thread: improve BSD compatibility
2021-08-10 11:47:57 -07:00
Unknown W. Brackets
c66af9663d
Merge pull request #14712 from nassau-tk/patch-1
...
Update ja_JP.ini
2021-08-10 10:12:16 -07:00
Jan Beich
ae39923223
Thread: set names on BSDs after 062566b67c
2021-08-10 16:44:44 +00:00
Jan Beich
5b7557acd4
Thread: unbreak on BSDs after 50d9d7ea6f
...
Common/Thread/ThreadUtil.cpp:149:2: error: use of undeclared identifier 'pthread_threadid_np'
pthread_threadid_np(NULL, &tid);
^
2021-08-10 16:44:41 +00:00
nassau-tk
608f9913e9
Update ja_JP.ini
...
Fix translation below.
Ignore camera notch when centering = インカメラ液晶部分を画面センタリング領域に含めない
2021-08-10 20:05:55 +09:00
Henrik Rydgård
d62899efcd
Merge pull request #14711 from unknownbrackets/reverb-volume
...
Sas: Add option to control reverb volume
2021-08-10 13:02:30 +02:00
Unknown W. Brackets
ff9b9f7321
Sas: Add option to control reverb volume.
...
This also allows you to turn it off.
2021-08-09 20:47:24 -07:00
Brian Blakely
379f075c85
Do not call methods on gpu if it is null. Fixes #13412 (sans video rewind). ( #14674 )
...
* Do not call methods on gpu if it is null. Fixes 13412 (sans video rewind).
* Do not call methods on gpu if it is null. Fixes #13412 (sans video rewind).
* Ensure PSP is init before measuring state size.
* Continue running core until GPU is ready.
* Libretro: Bypass state measure during init.
* Sync ffmpeg version with master.
* Do not call methods on gpu if it is null. Fixes #13412 (sans video rewind).
* Ensure PSP is init before measuring state size.
* Continue running core until GPU is ready.
* Libretro: Bypass state measure during init.
* Sync ffmpeg version with master.
2021-08-09 23:16:30 +02:00
Henrik Rydgård
4f6ae0b322
Merge pull request #14700 from unknownbrackets/win-warnings
...
Windows: Avoid deprecated functions
2021-08-09 12:53:04 +02:00
Henrik Rydgård
efa969f621
Merge pull request #14709 from iota97/jap-fix
...
Scoped storage translation
2021-08-09 12:50:47 +02:00
iota97
641ceff683
Scoped storage japanese translation fix
2021-08-09 12:11:06 +02:00
Henrik Rydgård
624b094ff5
Merge pull request #14705 from unknownbrackets/ui-scroll
...
Move focus when scrolling with page up/down or home/end
2021-08-09 09:36:11 +02:00
Henrik Rydgård
e9a4676389
Merge pull request #14706 from nassau-tk/lang-ja_JP.ini-fix
...
Fix Translation lang ja_JP.ini
2021-08-09 09:34:22 +02:00
Henrik Rydgård
a0225a5e7a
Merge pull request #14708 from unknownbrackets/ui-crash
...
Add Reset button on crash screen, allow load state and related
2021-08-09 09:32:55 +02:00
Unknown W. Brackets
75eeb55617
UI: Use a UIState for exceptions.
...
This makes it so we can enable Stop/Reset/etc. during them in the menus.
2021-08-08 23:40:41 -07:00
Unknown W. Brackets
32c7ff8436
SaveState: Allow loading save state in exception.
...
And allow saving as well, since we can maybe resume.
2021-08-08 23:15:27 -07:00
Unknown W. Brackets
eb8a239616
UI: Show a reset button on the crash screen.
2021-08-08 23:03:19 -07:00
Unknown W. Brackets
bd99574e5b
Core: Ensure exception is reset on reset.
...
Otherwise, we hold on and show this during stepping which is confusing.
2021-08-08 23:01:35 -07:00
nassau-tk
1e263a9a70
Fix Translation lang ja_JP.ini(File change)
2021-08-09 08:51:45 +09:00
Unknown W. Brackets
b43069109b
UI: Avoid reselecting on page up at top.
2021-08-08 15:23:12 -07:00
Unknown W. Brackets
700a7baa9b
UI: Refactor to reuse distance logic.
2021-08-08 15:20:18 -07:00
Unknown W. Brackets
b52a495b96
UI: Handle focus on page up/down.
...
This moves keyboard focus along with paging, but it also only responds to
paging when already focused inside the scroll view.
2021-08-08 14:46:05 -07:00
Unknown W. Brackets
8df188af2b
UI: Change focus with home/end.
2021-08-08 13:40:55 -07:00
Unknown W. Brackets
fe949aafda
UI: Track page up/down and home/end as focus moves.
...
Doesn't actually do anything yet when pressed.
2021-08-08 13:38:19 -07:00
Henrik Rydgård
8968d92dbd
Merge pull request #14703 from unknownbrackets/png-workaround
...
libpng: Patch out 100% opaque optimization
2021-08-08 22:00:01 +02:00
Unknown W. Brackets
cc04523985
libpng: Patch out 100% opaque optimization.
...
This optimization seems to work fine if you want RGB, but if you want
RGBA, it forgets to add the fixed values back.
See #14628 .
2021-08-08 12:24:37 -07:00
Henrik Rydgård
db63009864
Merge pull request #14701 from unknownbrackets/font-refcount
...
Handle font refcounting
2021-08-08 16:00:13 +02:00
Henrik Rydgård
88abd9df8a
Merge pull request #14702 from unknownbrackets/reinterpret
...
GPU: Use an empty vertex buf for reinterpret
2021-08-08 12:43:05 +02:00
Unknown W. Brackets
4cb6976029
GPU: Use an empty vertex buf for reinterpret.
...
See #14552 .
2021-08-07 22:22:36 -07:00
Unknown W. Brackets
0a5a3d4ef4
Headless: Cleanup extraneous output.
2021-08-07 17:55:22 -07:00
Unknown W. Brackets
9882f2854a
Font: Match stingy selection per test.
2021-08-07 17:55:21 -07:00
Unknown W. Brackets
0772557a49
Font: Limit max references to fonts.
...
This seems to match the font/open test behavior.
2021-08-07 17:55:21 -07:00
Unknown W. Brackets
cb5954c9e3
Font: Delay only on first open of internal font.
2021-08-07 17:55:21 -07:00
Unknown W. Brackets
323d06bbc2
Font: Reuse alloc when reopening internal fonts.
...
As shown in the font/open test.
2021-08-07 17:55:21 -07:00
Unknown W. Brackets
ba520120ab
Windows: Avoid deprecated functions.
2021-08-07 15:50:13 -07:00
Henrik Rydgård
8fa52cd036
Merge pull request #14699 from unknownbrackets/savestate
...
SaveState: Validate size matches measured
2021-08-07 23:23:53 +02:00
Unknown W. Brackets
a1b88bedd9
SaveState: Validate size matches measured.
...
In #14653 , a save state appears to have been generated truncated.
This attempts to detect that at generation time.
2021-08-07 13:55:29 -07:00
Henrik Rydgård
9c49fba595
Merge pull request #14698 from Saramagrean/patch-2
...
Update th_TH.ini
2021-08-07 21:27:53 +02:00
Benjamin Benda Gates
30550bd368
Update th_TH.ini
2021-08-08 02:22:58 +07:00
Henrik Rydgård
229e18420a
Merge pull request #14434 from unknownbrackets/savestate
...
SaveState: Show a warning when loading if saved after savestate
2021-08-07 17:23:26 +02:00