Commit Graph
45601 Commits
Author SHA1 Message Date
Henrik Rydgård 5ab70f274e Merge pull request #17273 from hrydgard/opengl-replacement-mip-fix
OpenGL texture filtering: enforce key.mipEnable when we're forcing mip filtering on.
2023-04-14 15:05:05 +02:00
Henrik Rydgård b90833a462 OpenGL texture filtering: enforce key.mipEnable when we're forcing mips.
Fixes #17268, but I feel we could possibly get rid of the bool entirely
since we have maxlevel. Only GL and D3D even looks at this flag.

Oh well, that's for later.
2023-04-14 14:36:07 +02:00
Henrik Rydgård db936cfb52 Merge two very similar translation keys (seconds, 0:off), move to Dialog section 2023-04-14 14:34:48 +02:00
Henrik Rydgård a3840afe34 Change Auto-hide last word to "delay". Update Swedish a bit 2023-04-14 14:21:13 +02:00
Henrik Rydgård f6134d998f Merge pull request #17278 from Kaitul/master
Update zh_TW.ini
2023-04-13 18:25:12 +02:00
Kung-chih 026e2ac868 Update zh_TW.ini 2023-04-14 00:00:32 +08:00
Henrik Rydgård 39d7651866 Merge pull request #17270 from unknownbrackets/debugger-cond
Debugger: Add memory breakpoint conditions
2023-04-12 23:13:26 +02:00
Henrik Rydgård df21404c61 Insert missing translation lines 2023-04-12 23:10:03 +02:00
Henrik Rydgård a1d9dd47eb Add missing strings 2023-04-12 22:55:35 +02:00
Henrik Rydgård 84fa524deb Merge pull request #17254 from TotalCaesar659/patch-1
Update Russian translation
2023-04-12 21:32:45 +02:00
Henrik Rydgård 5245967b42 Merge pull request #17271 from Saramagrean/patch-4
Update th_TH.ini
2023-04-12 21:29:47 +02:00
TotalCaesar659 5aaac4adf1 More fixes 2023-04-12 21:38:03 +03:00
TotalCaesar659 b02843cfd4 Update Russian translation 2023-04-12 20:46:21 +03:00
Benjamin Benda Gates b68e83494e Update th_TH.ini 2023-04-12 20:34:06 +07:00
Benjamin Benda Gates 518895318c Update th_TH.ini 2023-04-12 19:45:55 +07:00
Henrik Rydgård 178fe27263 Merge pull request #17269 from unknownbrackets/debugger-minor
Debugger: Avoid unaligned reads in expressions
2023-04-12 10:38:08 +02:00
Unknown W. Brackets 6998b188f3 Debugger: Fix disasm at start of kernel RAM.
We ended up with an unaligned start address for our window.
2023-04-12 01:14:30 -07:00
Unknown W. Brackets 9cebfc31b3 Debugger: Avoid unaligned reads in expressions.
Potentially, a watch or break condition could crash if it was unaligned
between mirrors.  This might happen if it's not the condition you wanted,
especially.  Play it safe.
2023-04-12 01:14:30 -07:00
Unknown W. Brackets 39bf8956ca Debugger: Windows UI for memory bp conditions. 2023-04-12 01:07:56 -07:00
Unknown W. Brackets 1e84047583 Debugger: Cleanup Windows breakpoint dialog.
Just cleanup of how its callback works.
2023-04-12 01:07:56 -07:00
Unknown W. Brackets 069ff3e58c Debugger: Add memory bp conditions to websockets. 2023-04-12 01:07:56 -07:00
Unknown W. Brackets c47e88529d Debugger: Add memory check conditions.
Currently, this isn't exposed anywhere.
2023-04-12 01:07:56 -07:00
Unknown W. Brackets 0f5859510e x86jit: Simplify memcheck handling.
Now it's mostly the same as the other jits.
2023-04-12 01:07:48 -07:00
Unknown W. Brackets 5c49dee190 Merge pull request #17262 from hrydgard/post-processing-pixel-perfection
Fix issue in present where we applied the UV range at the wrong place when post-processing
2023-04-11 18:46:58 -07:00
Henrik Rydgård b3b8f63e52 Merge pull request #17267 from hrydgard/translatability-fixes
Translatability fixes
2023-04-11 23:35:50 +02:00
Henrik Rydgård fb0e41e32b Take the Controls string from the right section in the settings reset popup 2023-04-11 23:08:38 +02:00
Henrik Rydgård 500ab1fcde Fix translatability of seconds unit formatting for sliders 2023-04-11 23:07:50 +02:00
Henrik Rydgård 98c782ca42 Correct the "Rewind snapshot interval" translation key. (yes, many of the translations are still wrong, but it's not that bad) 2023-04-11 22:56:27 +02:00
Henrik Rydgård f761b2bd0b Merge pull request #17263 from Nemoumbra/kernel-printf
Debugger: sceKernelPrintf improvement, QOL adjustments
2023-04-11 22:36:25 +02:00
Henrik Rydgård 88899984e3 Correctly pass un-rotated width/height to presentation pipeline. 2023-04-11 22:27:26 +02:00
Henrik Rydgård 652612cf15 Fix issue in present where we applied the UV range at the wrong place when post-processing.
Fixes #17249
2023-04-11 22:27:26 +02:00
Henrik Rydgård a8418dc181 Merge pull request #17265 from ahmedmoselhi/patch-1
fix build error: duplicate case value: 'SDL_SYSWM_X11' and  'WINDOWSY…
2023-04-11 16:53:15 +02:00
ahmedmoselhi b3c8274a80 fix build error: duplicate case value: 'SDL_SYSWM_X11' and 'WINDOWSYSTEM_DISPLAY' both equal '2' 2023-04-11 16:17:12 +02:00
Nemoumbra 5bf22c15d0 sceKernelPrintf improvement, QOL adjustments 2023-04-11 15:47:50 +03:00
Unknown W. Brackets a02e56f52b Merge pull request #17261 from hrydgard/flip-y-instead-of-v
PresentationCommon: Simplify Y flip handling.
2023-04-10 21:34:11 -07:00
Henrik Rydgård 4f6e5e73a6 PresentationCommon: Simplify Y flip handling.
Don't manipulate the UVs, manipulate the vertex coordinates instead.

This will simplify the next change that will fix the pixel accuracy
problems in post-processing.
2023-04-10 21:58:34 +02:00
Henrik Rydgård cf1d8ec4bc Merge pull request #17260 from unknownbrackets/debugger-minor
Debugger: Accept format for watches and stack walk tweak
2023-04-10 07:58:25 +02:00
Unknown W. Brackets 956d80b93e UI: Minor cleanup. 2023-04-09 22:39:29 -07:00
Unknown W. Brackets 5629b01dc9 Debugger: Accept format for watches. 2023-04-09 16:39:25 -07:00
Unknown W. Brackets a37f0c256d Debugger: Correct stack walk at start of func. 2023-04-09 16:05:47 -07:00
Henrik Rydgård d26700820c Minor buildfix/cleanup 2023-04-09 22:47:34 +02:00
Henrik Rydgård 7f60acf898 Merge pull request #17259 from unknownbrackets/debugger-minor
A few more debugger things
2023-04-09 22:25:04 +02:00
Henrik Rydgård a3e1a51c4d Merge pull request #17258 from ahmedmoselhi/patch-1
fix build error: "unknown type name uint32_t"
2023-04-09 22:01:31 +02:00
Unknown W. Brackets 8a74d95eb2 Debugger: Fix format for 32-bit OS. 2023-04-09 12:07:41 -07:00
ahmedmoselhi 5506b7fd08 fix build error: "unknown type name uint32_t" 2023-04-09 20:48:58 +02:00
Unknown W. Brackets 2374696d65 Debugger: Show vector load/store previews. 2023-04-09 11:09:36 -07:00
Unknown W. Brackets 1fc74b1980 Debugger: Format vfpu offsets as hex.
Let's be consistent across FP and VFPU, it's confusing otherwise.
2023-04-09 10:44:19 -07:00
Unknown W. Brackets f6640cf5e5 Debugger: Fix viim disassembly. 2023-04-09 10:36:51 -07:00
Unknown W. Brackets 5233a3bc84 Debugger: Cleanup some sign extends in disassembly. 2023-04-09 10:36:20 -07:00
Unknown W. Brackets f31a7a0582 Debugger: Update VFPU dialog more evenly.
Was previously not updating when you hit a breakpoint, stepped out, etc.
2023-04-09 10:12:54 -07:00