Commit graph

2270 commits

Author SHA1 Message Date
Macdu
346537e79d renderer/texture: fix stride of P4 texture in linear strided type. 2022-06-15 13:42:43 +02:00
Zangetsu38
5ec0094b5f renderer/texture: fix stride of texture palette P4. 2022-06-15 00:36:34 +02:00
Zangetsu38
784c26fec0 settings dialog: Improve and clean code of set AF.
- delete some value not needed for init config.
- fix set config of aniso and fxaa with using current config.
app: set AF level used in title.
2022-06-15 00:12:05 +02:00
Zangetsu38
80d0c592a6 renderer: fix stride of texture palette in two linear type.
- reworks get pixel per stride
2022-06-14 23:07:05 +02:00
Zangetsu38
bb7c843e20 renderer/texture palette: Fix stride in palette textures.
Co-authored-by: Macdu <Macdu@users.noreply.github.com>
2022-06-14 14:26:10 +02:00
croden1999
ea7c58b330 gui/lang: Fix position and update lang strings. 2022-06-14 07:32:41 +02:00
Macdu
a6f35524c0 external, renderer: Implement Anisotropic filtering 2022-06-14 07:10:00 +02:00
Macdu
0194855326 modules/SceGxm: Make deferred contexts use host memory 2022-06-13 20:08:33 +02:00
EXtremeExploit
4a61e33acf cmake: Only apply important warning on linux 2022-06-13 15:22:46 +02:00
AtticFinder65536
1c425ce11c gui/host: ask before rm work.bin/rif after install
Ask the user to delete the work.bin/rif file after installing it from
the license install dialog, like what happens in the pkg install and
archive install dialog. Also fix typo in the successful install message.
2022-06-13 14:29:12 +02:00
EXtremeExploit
5a95ee5137 vita3k: Fix some compiler warnings 2022-06-13 00:20:03 +02:00
Pedro Montes Alcalde
e8151664b7
cmake: Treat format-secutiry warnings as errors (#1667) 2022-06-12 01:03:43 -03:00
Macdu
58044ca42b ngs: Clear voice memory location when initializing it 2022-06-11 23:58:44 +02:00
Macdu
647e254265 touch: Improve accuracy of SceTouch functions. 2022-06-11 23:20:48 +02:00
EXtremeExploit
8144d5f7d6 gxm: Fix depracation warning of operations on different enums 2022-06-11 17:52:57 +00:00
Zangetsu38
48f3e7ce96 interface: refresh size of viewport after switch full screen. 2022-06-11 03:20:05 +02:00
EXtremeExploit
43fcd9de55 gxm/renderer: Fix 3 warnings of txt format 2022-06-11 01:17:41 +00:00
Zangetsu38
d6200b67d8 settings dialog: app option for boot apps in full screen.
- change pos of title for emulated storage
2022-06-11 00:18:47 +02:00
Zangetsu38
c974e550dd gui: Some small fix and refactor
- add new devs and contributors.
- delete driver user of settings dialog.
- re set style in setting dialog of button and title.
- rename app selector to home screen like from vita.
- reduce size of button font in home screen.
- fix pos of window of  comping shaders.
- reduce size of font in app context menu.
2022-06-10 22:34:04 +02:00
Macdu
19a589d9ee shader: Add i16mad to grammar.yaml 2022-06-10 13:38:03 +02:00
bookmist
c274adbe56 renderer/screen_render: improve save/restore OpenGL state is screen renderer
Co-authored-by: Macdu <Macdu@users.noreply.github.com>
2022-06-10 12:44:13 +02:00
ArbestRi
615334e8f9
vita3k: Fix settings grammar (#1826) 2022-06-10 00:21:32 -03:00
Zangetsu38
6d3b915baf external: update fmt to 8.1.1. 2022-06-10 02:48:41 +02:00
Macdu
6b7ed0d26c shader: Fix behavior of vpck on large repeat count 2022-06-10 01:20:41 +02:00
Macdu
57e0bcd657 renderer: Fix lod bias underflow and unswizzled compressed textures 2022-06-09 22:04:58 +02:00
Zangetsu38
d2e9994587 modules/SceLibKernel: fix 3 compile warning. 2022-06-09 15:52:24 +02:00
scribam
76581db7fa vita3k: Switch to C++20 and update dynarmic submodule.
Co-authored-by: Zangetsu38 <dante38@free.fr>
2022-06-09 15:13:10 +02:00
Macdu
9c7fdedeb3 renderer: Make Vulkan build compile again 2022-06-09 13:39:44 +02:00
Macdu
508bf6bf27 modules/SceAudio: Return error when port is invalid 2022-06-09 13:15:20 +02:00
Macdu
94ba4ea166 app: Display real internal resolution in window title 2022-06-09 13:14:30 +02:00
SonicMastr
4e1e255a12 gui: Add FXAA status to title bar. 2022-06-09 01:07:00 +02:00
Macdu
2654b818f4 renderer: Add anti-aliasing support (FXAA) 2022-06-08 22:23:06 +02:00
Zangetsu38
1dd24ba741 modules/SceLibKernel: add sceKernelWaitSignalCB. 2022-06-08 15:58:12 +02:00
Zangetsu38
5221d68c89 modules/SceLibKernel: add process callbacks on cb function. 2022-06-08 13:17:38 +02:00
Macdu
cdbd461a0e gui: Mark Unicorn and Spir-V shader as deprecated 2022-06-08 00:58:54 +02:00
Macdu
a1588d4485 modules/SceGxm: Fix deferred contexts 2022-06-07 22:19:53 +02:00
Zangetsu38
37241b1f45 ngs/atrac9: delete warn of playback scalar. 2022-06-07 01:02:47 +02:00
Macdu
aa88739bad renderer: Implement upscaling. 2022-06-06 21:19:26 +02:00
Zangetsu38
18dacae22b modules/SceNpTrophy: fix data of np com id when get overflow.
- should fix log of id for create context and for set notice of trophy.
2022-06-05 17:51:36 +02:00
Zangetsu38
5210bdf239 np/context: fix of create trophy context when com id get overflow. 2022-06-05 15:03:00 +02:00
Macdu
714ba96b9a modules/SceAudiodec: Implement sceAudiodecPartlyDecode. 2022-06-04 23:52:16 +02:00
Macdu
a31fd85c4a renderer: More support for raw textures 2022-06-04 20:08:55 +02:00
Macdu
ba95261acb ngs: Implement playback rate in the Atrac9 player 2022-06-04 20:08:37 +02:00
Zangetsu38
7985973466 modules/SceAppUtil: Add read userParam and status of SaveDataSlotSearch. 2022-06-04 16:05:02 +02:00
Macdu
bb84106cc2 kernel: Implement simple events 2022-06-04 14:37:52 +02:00
Macdu
1d93bdfa5b mem: Try to allocate the guest memory at a fixed location 2022-06-04 10:15:25 +02:00
Zangetsu38
f548d86c3b gui/app context menu: Add check of Manual path. 2022-06-04 10:14:03 +02:00
Zangetsu38
29905cbbb8 config/settings dialog: remove option disable AT9 decoder. 2022-06-04 10:13:49 +02:00
Macdu
37c9be4625 ngs: Pass proper argument to buffer swap callback 2022-06-04 02:07:10 +02:00
Macdu
9466f3d2b0 io: Allow ftell to work on files bigger than 2 GB 2022-06-04 01:42:57 +02:00