Commit graph

2270 commits

Author SHA1 Message Date
Macdu
140f31dc30 shader: Fix anonymous textures 2022-08-17 11:29:44 +02:00
Pedro Montes Alcalde
da6127cda1
processmgr: Implement sceKernelLibcGmtime_r (#2010) 2022-08-12 21:32:26 -03:00
Pedro Montes Alcalde
af72b0e265
libkernel: Fix crash on SceIoDevctl (#2016) 2022-08-12 18:56:47 -03:00
Zangetsu38
0cc549e158 lang/updater: small fix grammar of English. 2022-08-08 23:52:19 +02:00
Zangetsu38
002af0cad4 vita3k/VS: fix path of exec for VS_DEBUGGER_WORKING_DIRECTORY. 2022-08-08 19:44:53 +02:00
croden1999
aa16653b3d lang: update translation. 2022-08-04 17:24:37 +02:00
croden1999
4e0bcb2f4b gui/lang: update lang and translation. 2022-08-04 12:40:51 +02:00
xero-lib
937f6c2e10 lang: corrected grammar 2022-08-04 05:47:40 +02:00
Zangetsu38
53d40544f2 vita3k: fix repo author when is in SSH. 2022-08-03 14:51:22 +02:00
Macdu
3028357768 shader: Fix input variables with integer type 2022-08-03 14:13:53 +02:00
croden1999
709a146ccf gui/lang: correct lang typo and translation. 2022-08-02 14:00:16 +02:00
Macdu
2404d5152d kernel: Lock correct host mutex when deleting guest mutex 2022-08-01 21:44:26 +02:00
croden1999
da7357b0ef gui: revert display size. 2022-08-01 19:33:29 +02:00
Pedro Montes Alcalde
da2461725b
kernel: Partially implement command for sceIoDevctl (#1964) 2022-08-01 12:12:32 -03:00
Pedro Montes Alcalde
ccca711294
vita3k: Use correct KB/KiB functions (#1971) 2022-07-31 21:10:24 -03:00
Pedro Montes Alcalde
ed6c0dd978
io: Do not log file stats by default (#1966) 2022-07-31 20:36:36 -03:00
Pedro Montes Alcalde
f0274f486d
modules: Add tracy functions to SceTouch (#1987) 2022-07-31 20:35:47 -03:00
Pedro Montes Alcalde
fc7ae56cdd
util: Add TimeLogger utility (#1991) 2022-07-31 20:35:28 -03:00
EXtremeExploit
739832ab09 vita3k: Fix typo on total ram 2022-07-31 20:03:46 -03:00
Macdu
ab12b87b4b modules/SceGxm: Improve PrecomputedStateSetTexture functions 2022-07-30 15:07:41 +02:00
Zangetsu38
53f45ba66d gui/settings dialog: fix pos of separator without spirv shader features. 2022-07-29 06:44:58 +02:00
Pedro Montes Alcalde
d63516288c
AppUtil: Fix read safemem pointer (#1979) 2022-07-28 13:29:39 -03:00
Macdu
2eefc9751e vita3k: Remove unnecessary dependencies between librairies and files 2022-07-28 12:24:06 +02:00
Pedro Montes Alcalde
30587612c1
vita3k: Fix some compiler warnings (#1977) 2022-07-27 16:38:27 -03:00
Croden1999
9c48de82c7
gui/settings_dialog: correct the ngs checkbox annotation. (#1976)
Co-authored-by: Zangetsu <dante38@free.fr>
2022-07-26 21:19:24 +02:00
Zangetsu38
aeeefa54c8 vita3K: add repo author when is not master in title bar. 2022-07-25 23:58:58 +02:00
Pedro Montes Alcalde
ee04697b4e
gui/cfg: Invert NGS option to make clearer for user (#1975) 2022-07-25 18:56:58 -03:00
Pedro Montes Alcalde
2827e1d2ce
vita3k: Fix some compiler warnings (#1972) 2022-07-25 01:05:27 -03:00
Pedro Montes Alcalde
406e70543a
vita3k: Change frames/sec to FPS and refactor a little (#1968) 2022-07-24 00:25:22 -03:00
croden1999
8f91424aba gui/lang: improve some strings. 2022-07-23 06:05:34 +02:00
Pedro Montes Alcalde
62bcb4a42b
vita3k: Turn admin checker into a warning (#1957) 2022-07-19 17:15:11 -03:00
Pedro Montes Alcalde
4dbcc5a9eb
vita3k: Check for admin privileges at startup (#1955) 2022-07-19 10:03:41 -03:00
croden1999
689a1a5f64 gui/dialog/lang: Improve dialog gui and update lang. 2022-07-19 14:10:41 +02:00
Le Philousophe
17ff702e00 modules/SceGxm: Wait for thread when terminating
Without this the SDL thread continues to run and hit a null pointer when
locking the vita thread
2022-07-18 21:20:48 +02:00
Le Philousophe
ba5b1212ec threads: Fix reset() build
std::queue don't have a reset() function
2022-07-18 21:20:48 +02:00
Le Philousophe
c73713afd6 modules/SceGxm: Fix memset length warning 2022-07-18 21:20:48 +02:00
Le Philousophe
a928bd2b78 kernel/relocation: Fix ARM Call, Jump24 and Abs8 relocations
Previously, some data was set to 0 instead of being preserved
2022-07-18 19:56:28 +02:00
Macdu
36b7f2d51c renderer: Fix arbitrary compressed textures 2022-07-18 13:29:31 +02:00
Pedro Montes Alcalde
c03a488368
gui: Check first if livearea content is empty (#1950) 2022-07-17 23:32:29 -03:00
Pedro Montes Alcalde
75b1201372
updater: Add option to disable updater (#1949) 2022-07-14 01:44:17 -03:00
Zangetsu38
4dfc43e42f vita3K Update: Init it only in CLI master build. 2022-07-14 06:15:16 +02:00
Macdu
292c938719 shader, renderer: use format of current surface if gpu does not support unknown format 2022-07-14 06:03:11 +02:00
Macdu
086c6f9515
codec, ngs: Fix race condition with swr and adpcm history (#1946) 2022-07-12 23:31:43 -03:00
Pedro Montes Alcalde
1262a1576d
io: Fix case sensitive path when it doesn't exist (#1944) 2022-07-12 17:53:47 -03:00
Macdu
49c6bcf08f renderer: Compute format later in surface cache and do not try to read an u8u8u8 surface 2022-07-12 22:52:49 +02:00
croden1999
b5bb467abc gui/lang: Update lang strings and correct translation. 2022-07-12 11:36:31 +02:00
Macdu
f7f1a3465a shader, renderer: Fix blending on non-rgba8 textures 2022-07-11 18:22:48 +02:00
Macdu
60400d4c25 Revert "gui, renderer: Add option to disable raw surfaces"
This reverts commit 0751c4eef4.
2022-07-11 18:22:48 +02:00
hobyst
2233966ab2 Build: Change name of package lib to "packages"
"package" is a reserved CMake target name when CPack is used. Since
OpenSSL enables CPack in their project and it will be implemented in the
emulator in the future, this commit changes its name to "packages" to
avoid conflicts with CPack.
2022-07-11 12:25:35 +02:00
Macdu
0839419239 Shader: Fix VRCP decoding and cube textureGrad 2022-07-10 15:28:58 +02:00