Commit Graph

38371 Commits

Author SHA1 Message Date
Unknown W. Brackets
e4a4da2c51 Merge pull request #17986 from fp64/gitignore-ctags
Add *.ctags to .gitignore
2023-08-27 17:15:49 -07:00
Unknown W. Brackets
479ebaea11 x86: Use LEA in a few sensible places. 2023-08-27 13:59:19 -07:00
Unknown W. Brackets
8b77114da6 x86jit: Remove outdated file. 2023-08-27 13:01:22 -07:00
Unknown W. Brackets
2e64abd2a0 x86jit: Improve some debug labels.
Helps when running a profiler that reads these.
2023-08-27 12:51:29 -07:00
Unknown W. Brackets
303aa0548c x86jit: Handle replacements directly. 2023-08-27 12:51:24 -07:00
Unknown W. Brackets
35fe15d718 x86jit: Do not use Vec4Dot for vdot.t.
It was much slower to do so in LittleBigPlanet.
2023-08-27 12:39:21 -07:00
Unknown W. Brackets
1abd3ac361 x86jit: Use a faster vdot than DPPS. 2023-08-27 12:39:08 -07:00
Unknown W. Brackets
497fc09c29 x86jit: Implement divides. 2023-08-27 12:34:58 -07:00
Unknown W. Brackets
1b25f854a1 x86jit: Reduce code size a tiny bit. 2023-08-27 12:34:58 -07:00
Unknown W. Brackets
2231fb807b x86jit: Implement Clz, Not, XorConst. 2023-08-27 12:34:58 -07:00
Unknown W. Brackets
7d8dc0f8ab irjit: Detect clobber in lane change. 2023-08-27 12:27:05 -07:00
Unknown W. Brackets
6507251e83 irjit: Consider temps clobbered by block end. 2023-08-27 12:26:42 -07:00
Unknown W. Brackets
f263698897 irjit: Cleanup temp purging on exit.
We were sometimes considering it read by exit and not purging.
2023-08-27 12:26:05 -07:00
fp64
51af50b927 Add *.ctags to .gitignore
Allows to keep ctags option file in-tree.
2023-08-27 12:12:19 +03:00
Henrik Rydgård
85c375fc60 Merge pull request #17985 from DDinghoya/patch-14
Update ko_KR.ini
2023-08-27 10:18:36 +02:00
DDinghoya
44e05cb74f Update ko_KR.ini 2023-08-27 08:27:51 +09:00
Henrik Rydgård
25e7c042f2 Merge pull request #17974 from GABO1423/experimental
(UWP) Another Round of Code Cleanups
2023-08-27 00:06:37 +02:00
GABO1423
2643c1b801 (UWP) Simplify appxmanifest Files
Also fix misplaced Asset file
2023-08-26 14:45:25 -04:00
GABO1423
5ea2928100 (UWP) Resolve Build Warning
`MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance`
2023-08-26 14:44:20 -04:00
GABO1423
d49e9efb84 (UWP) Update .gitignore
This was removed temporarily so we could add the folder, we can add it back now.
2023-08-26 14:44:20 -04:00
GABO1423
be18828e2f (UWP) Another Round of Code Cleanups 2023-08-26 14:44:20 -04:00
Henrik Rydgård
278eece2fc Merge pull request #17984 from hrydgard/retroachievements-not-logged-in
RetroAchievements: Warn the user if has token and not logged in on start of game
2023-08-26 15:53:09 +02:00
Henrik Rydgård
def25100df RetroAchievements: Warn the user if has token and not logged in. 2023-08-26 13:27:10 +02:00
Henrik Rydgård
d35529e54f Merge pull request #17952 from basharast/configs-loading
[UWP] Improvements 2 (Configs, Render, Input)
2023-08-26 12:14:48 +02:00
Bashar Astifan
19d79b0a6c Merge branch 'master' into configs-loading 2023-08-26 12:19:44 +04:00