Dmugetsu
86a10d6e4a
Clang and emulator fixes
2025-02-16 12:22:45 -06:00
Dmugetsu
d642033ae4
Changed all QT stuff to std (still cant fetch correctly the lastgamepath)
2025-02-16 12:07:16 -06:00
Dmugetsu
2d33b026bb
Fixed building for both sdl and qt
2025-02-15 01:41:01 -06:00
Dmugetsu
e26b08c8dc
More sdl
2025-02-15 00:00:34 -06:00
Dmugetsu
09bebefcee
Test 2
2025-02-14 23:27:58 -06:00
Dmugetsu
7d807dc5d4
another test
2025-02-14 19:49:55 -06:00
Dmugetsu
7d64ba4d6b
More Sdl
2025-02-14 19:38:59 -06:00
Dmugetsu
41eba0e02f
Last sdl fixes
2025-02-14 19:29:57 -06:00
Dmugetsu
af65d3a9cd
more sdl fixes
2025-02-14 19:23:23 -06:00
Dmugetsu
e9bccb984c
Clang Format and sdl fixes
2025-02-14 19:16:44 -06:00
Dmugetsu
62d425090e
Hotfix Clang format
2025-02-14 19:09:46 -06:00
Dmugetsu
90a36af7f7
Fixes to Sdl
2025-02-14 19:07:06 -06:00
Dmugetsu
3bdb9645fd
Initial support for stop and restart game now relaunches emulator when clicked stop or restart button.
2025-02-14 18:52:08 -06:00
Dmugetsu
03156fd49c
Merge branch 'shadps4-emu:main' into StopRestartGame
2025-02-14 18:50:47 -06:00
georgemoralis
32763b7af6
New Crowdin updates ( #2436 )
...
* New translations en_us.ts (Romanian)
* New translations en_us.ts (French)
* New translations en_us.ts (Spanish)
* New translations en_us.ts (Arabic)
* New translations en_us.ts (Danish)
* New translations en_us.ts (Greek)
* New translations en_us.ts (Finnish)
* New translations en_us.ts (Hungarian)
* New translations en_us.ts (Italian)
* New translations en_us.ts (Japanese)
* New translations en_us.ts (Korean)
* New translations en_us.ts (Lithuanian)
* New translations en_us.ts (Dutch)
* New translations en_us.ts (Polish)
* New translations en_us.ts (Russian)
* New translations en_us.ts (Albanian)
* New translations en_us.ts (Swedish)
* New translations en_us.ts (Turkish)
* New translations en_us.ts (Chinese Simplified)
* New translations en_us.ts (Chinese Traditional)
* New translations en_us.ts (Vietnamese)
* New translations en_us.ts (Portuguese, Brazilian)
* New translations en_us.ts (Indonesian)
* New translations en_us.ts (Persian)
2025-02-14 21:54:49 +02:00
Dmugetsu
1781fcb9ef
Kbm icon change and size modified. ( #2435 )
...
* Adding KBM icon for kbm remaps.
* New Icon and new size
2025-02-14 21:53:36 +02:00
DanielSvoboda
16451b01e8
Fix PR 2424 ( #2433 )
...
* Fix PR 2424
* chooseHomeTab
2025-02-14 21:49:09 +02:00
Dmugetsu
8442a95354
New Icon and new size
2025-02-14 13:11:09 -06:00
Dmugetsu
b56b24cb86
Merge branch 'shadps4-emu:main' into KBM-icon
2025-02-14 06:14:40 -06:00
Dmugetsu
bb6cca3056
Adding KBM icon for kbm remaps. ( #2430 )
2025-02-14 12:48:52 +02:00
¥IGA
b48975f116
Qt: Resizing Font Size and Icon Grid Size ( #2429 )
2025-02-14 12:36:23 +02:00
Dmugetsu
7bd817fd46
Adding KBM icon for kbm remaps.
2025-02-14 04:33:51 -06:00
kalaposfos13
1cc9e0d37f
Initial implementation of controller color config ( #2411 )
2025-02-14 12:30:49 +02:00
kalaposfos13
ad43ba5ec7
Fix unified config checkbox behaviour + code style changes ( #2427 )
2025-02-14 12:17:39 +02:00
georgemoralis
57bdb6cac2
hotfix: another typo..
2025-02-14 10:24:12 +02:00
georgemoralis
1dca54c165
hotfix: typo
2025-02-14 10:12:43 +02:00
georgemoralis
67a74a9357
hotfix: removed questionable setjmp
2025-02-14 10:03:57 +02:00
kalaposfos13
7db30d12cb
Libraries: Update libcInternal ( #2265 )
...
* Added all stubs + logging
* Added back memory and math functions from the original code + added some more math functions
* More string functions, snprintf, memmove and setjmp
* Add longjmp + clang
* gmtime, __cxa_atexit and log what functions some games use
* Add Mspace unreachable
* Renaming
* Take out mspace functions to their own file
* Factor out io to a new file
* Empty str and memory files
* Overloaded functions be like:
* str
* memory + math +clang
* clang...
* adjustments :D
* longjmp is questionable
---------
Co-authored-by: georgemoralis <giorgosmrls@gmail.com>
2025-02-14 09:58:38 +02:00
DanielSvoboda
0f8bd509b2
Crowdin translation adjustments ( #2426 )
...
* Fix TR
* +
2025-02-14 07:23:24 +02:00
DanielSvoboda
d1e88c40d8
Displays translation in interface, not logs or config ( #2424 )
...
Release/Nightly
async/sync
2025-02-14 07:23:11 +02:00
DanielSvoboda
46ef678f55
Fix PR 2422 ( #2425 )
2025-02-13 19:51:20 -08:00
DanielSvoboda
d76210d24f
Set language to en_US if value is incorrect ( #2422 )
2025-02-13 22:23:19 +02:00
DanielSvoboda
4dfe05db24
language fix ( #2421 )
2025-02-13 20:01:35 +02:00
DanielSvoboda
3634026436
Standard language fix ( #2420 )
...
* Standard language fix
* +
2025-02-13 19:54:50 +02:00
Stephen Miller
455b23c6f1
Update video_out.cpp ( #2416 )
2025-02-13 16:29:26 +02:00
georgemoralis
b2fb004414
Update README.md with crowdin link
2025-02-13 16:13:33 +02:00
georgemoralis
1e7f651b1b
Auto update of english translation file based on sources ( #2349 )
...
* added auto-translation action
* made scripts executable
* reuse
* no-obsolete - reuse (#2392 )
* other languages - reuse
* no-obsolete
see everything that is 'vanished', because it does not exist
* Update update_translation.sh
* +
---------
Co-authored-by: DanielSvoboda <daniel.svoboda@hotmail.com>
2025-02-13 15:50:55 +02:00
georgemoralis
c94cd531f0
New Crowdin updates ( #2415 )
...
* New translations en_us.ts (Romanian)
* New translations en_us.ts (French)
* New translations en_us.ts (Spanish)
* New translations en_us.ts (Arabic)
* New translations en_us.ts (Danish)
* New translations en_us.ts (German)
* New translations en_us.ts (Greek)
* New translations en_us.ts (Finnish)
* New translations en_us.ts (Hungarian)
* New translations en_us.ts (Italian)
* New translations en_us.ts (Japanese)
* New translations en_us.ts (Korean)
* New translations en_us.ts (Lithuanian)
* New translations en_us.ts (Dutch)
* New translations en_us.ts (Norwegian)
* New translations en_us.ts (Polish)
* New translations en_us.ts (Russian)
* New translations en_us.ts (Albanian)
* New translations en_us.ts (Swedish)
* New translations en_us.ts (Turkish)
* New translations en_us.ts (Ukrainian)
* New translations en_us.ts (Chinese Simplified)
* New translations en_us.ts (Chinese Traditional)
* New translations en_us.ts (Vietnamese)
* New translations en_us.ts (Portuguese, Brazilian)
* New translations en_us.ts (Indonesian)
* New translations en_us.ts (Persian)
2025-02-13 15:40:14 +02:00
georgemoralis
40cd5c57c5
Update REUSE.toml
2025-02-13 14:58:54 +02:00
georgemoralis
753a3072ee
Update Crowdin configuration file
2025-02-13 14:50:02 +02:00
DanielSvoboda
43191ff426
Formatting for Crowdin ( #2413 )
...
* Formatting for crowdin
* +
2025-02-13 14:42:40 +02:00
¥IGA
7728db0dd3
Qt: Use Qt 6.8.2 ( #2409 )
...
* Qt: Use Qt 6.8.2
* Update Building Instructions For Windows
2025-02-13 12:01:14 +02:00
squidbus
6e12642151
shader_recompiler: Lower non-compute shared memory into spare VGPRs. ( #2403 )
2025-02-12 20:10:13 -08:00
squidbus
ebe2aadb4c
gnmdriver: Implement sceGnmUpdateHsShader ( #2412 )
2025-02-12 19:45:42 -08:00
squidbus
c9d425dc08
fix: Correct number of allocated VGPRs.
2025-02-12 17:53:52 -08:00
Missake212
5f2467b453
change ts it ( #2396 )
2025-02-12 19:05:52 +02:00
rainmakerv2
3b1840b7a9
Add error message when trophy data extraction fails ( #2393 )
...
Co-authored-by: rainmakerv2 <30595646+jpau02@users.noreply.github.com>
2025-02-12 19:05:35 +02:00
kalaposfos13
50b27bebd8
fix deprecation ( #2406 )
2025-02-12 19:05:14 +02:00
squidbus
7624e9482c
memory: Log for sceKernelMapNamedDirectMemory in more cases. ( #2404 )
2025-02-12 19:04:58 +02:00
DanielSvoboda
642c0bc367
QT: AutoUpdate -Formatting/Always Show Changelog ( #2401 )
...
* QT: AutoUpdate - Text formatting
* +
* Always Show Changelog
* +
update Channel is already called once, it doesn't need to be called again
2025-02-12 19:04:35 +02:00