Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more rb4 fixes #8

Merged
merged 247 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
247 commits
Select commit Hold shift + click to select a range
d241867
shader_recompiler/frontend: implement V_NOP
polybiusproxy Aug 24, 2024
5691838
shader_recompiler/frontend: fix V_NOP instruction format
polybiusproxy Aug 25, 2024
ba140b9
shader_recompiler/frontend: add information on instruction format assert
polybiusproxy Aug 25, 2024
977371e
shader_recompiler/frontend: fix `IMAGE_GATHER4_C_LZ` format
polybiusproxy Aug 25, 2024
3a8a666
shader_recompiler/frontend: fix `IMAGE_SAMPLE_CD` format
polybiusproxy Aug 25, 2024
18e95ae
Merge branch 'main' into shader_recompiler/format
georgemoralis Aug 29, 2024
84f1690
Merge branch 'shadps4-emu:main' into shader_recompiler/format
polybiusproxy Aug 30, 2024
ca16132
video_core: added support for indirect draws (#678)
psucien Aug 30, 2024
4182740
Don't load `sync2` ext if `nv_checkpoints` isn't used
psucien Aug 30, 2024
61db246
core: Fix CPU patch stack issues
squidbus Aug 31, 2024
ebfed28
savedata: Handle a missing case in saveDataMount
Exhigh Aug 31, 2024
382f104
update zh_CN translation
bigQY Aug 31, 2024
fb5c7c5
Qt: Update Game List
Xphalnos Aug 31, 2024
766c286
libraries: gnmdriver: `sceGnmValidateCommandBuffers` added
psucien Aug 31, 2024
5aaab7f
ci: Remove translations folder from macOS upload.
squidbus Aug 31, 2024
95943e4
ci: Remove translations folder from Windows upload.
squidbus Aug 31, 2024
3abc7d6
Merge pull request #685 from squidbus/patch-fixes
georgemoralis Aug 31, 2024
95d58b8
Merge pull request #695 from squidbus/mac-translations
georgemoralis Aug 31, 2024
0c90ab9
Added Persian(Farsi) Translation (#689)
Mmpr87 Aug 31, 2024
7551f06
Added arabic translation (#693)
huss2342 Aug 31, 2024
946dec7
whitespace added, "patch" consistency
Fejbien Aug 31, 2024
5b2779d
only apply cheats at runtime
CrazyBloo Sep 1, 2024
6510083
improve german translation
tGecko Sep 1, 2024
7b95b08
Merge pull request #700 from CrazyBloo/cheatsAtRuntime
georgemoralis Sep 1, 2024
c9aa7c8
Merge pull request #698 from Fejbien/patch-1
georgemoralis Sep 1, 2024
1157e6e
Merge pull request #699 from bigQY/zh_CN
georgemoralis Sep 1, 2024
7230680
Merge pull request #702 from tGecko/improve-german-translation
georgemoralis Sep 1, 2024
9e50479
macos: Remove need for TLS patch by storing TCB pointer in FS.
squidbus Sep 1, 2024
7415cee
[macOS] Place `shadPS4/user` folder in `Application Support`
mavethee Aug 30, 2024
079ae9e
include git short hash in artifact filename
tGecko Sep 1, 2024
df7e25d
Merge branch 'shadps4-emu:main' into ci-git-hash
tGecko Sep 1, 2024
9b6cd9e
Merge pull request #686 from Exhigh/savedata-fix-5
georgemoralis Sep 1, 2024
5e089ad
Merge pull request #691 from Xphalnos/main
georgemoralis Sep 1, 2024
dbc603c
Merge pull request #677 from mavethee/macos-path
georgemoralis Sep 1, 2024
63d78ae
Merge pull request #703 from squidbus/mac-tcb
georgemoralis Sep 1, 2024
ad22e2c
include build date
tGecko Sep 1, 2024
450c825
Correct machine translations
mavethee Sep 1, 2024
0276ed9
Force PIE usage on linux (#625)
Random06457 Sep 1, 2024
e4d8857
Adding missing data format - (1_5_5_5) (#701)
Emulator-Team-2 Sep 1, 2024
1bd9317
Implement V_READFIRSTLANE_B32 (#681)
greggameplayer Sep 1, 2024
2311070
Merge pull request #716 from mavethee/main
georgemoralis Sep 1, 2024
1d8359f
Merge pull request #705 from tGecko/ci-git-hash
georgemoralis Sep 1, 2024
f514fdf
Replace recursive_mutex with mutex (#708)
OFFTKP Sep 1, 2024
101aeb9
Implement V_BFM_B32 and V_FFBH_U32 (#663)
baggins183 Sep 1, 2024
f3a6289
Fix VirtualQuery
StevenMiller123 Sep 2, 2024
3b0e251
Merge pull request #729 from StevenMiller123/VirtualQuery-Fixes
georgemoralis Sep 2, 2024
26201f3
Add Albanian translation
RDN000 Sep 2, 2024
0a1fed9
Update Albanian translation
RDN000 Sep 2, 2024
b7e0df3
Merge pull request #731 from RDN000/main
georgemoralis Sep 2, 2024
8162889
Assign is_stack and is_pooled
StevenMiller123 Sep 2, 2024
f8d71b5
Fix MemoryManager::VirtualQuery header
StevenMiller123 Sep 2, 2024
0503054
Grammar
StevenMiller123 Sep 2, 2024
dc1313e
Always assign memory_type and offset
StevenMiller123 Sep 2, 2024
9a772aa
Clang fix
StevenMiller123 Sep 2, 2024
04fbd7b
Clang
StevenMiller123 Sep 2, 2024
e1ca445
Fix download Cheats/Patches on Linux
DanielSvoboda Sep 2, 2024
53e88c3
shader_recompiler: Implement V_MOVRELS_B32
baggins183 Sep 2, 2024
6944a16
Update linux-appimage-qt.sh
DanielSvoboda Sep 2, 2024
9ccd604
Update CMakeLists.txt
DanielSvoboda Sep 2, 2024
89f3797
handle uninit m0
baggins183 Sep 2, 2024
598e6c6
Merge remote-tracking branch 'movrels/v_movrels' into rb4-testing
jnackmclain Sep 2, 2024
6cac712
fix amp and rb4 debug asserts
jnackmclain Sep 2, 2024
81160b6
handle V_MOVRELD (TODO refactor)
baggins183 Sep 2, 2024
6271cb0
proper comments for shader hashes
jnackmclain Sep 2, 2024
927799d
Merge remote-tracking branch 'movrels/v_movrels' into rb4-testing
jnackmclain Sep 2, 2024
8130987
comment
jnackmclain Sep 2, 2024
f2c7fac
Update CMakeLists.txt
DanielSvoboda Sep 2, 2024
cf9ec65
docs: fix sdl and qt steps for MSYS2
LeDragoX Sep 3, 2024
4219dda
implement m0 read/write
baggins183 Sep 3, 2024
d1ee09c
forgot m0 case in GetSrc
baggins183 Sep 3, 2024
166225d
fix mistake with dst_val
baggins183 Sep 3, 2024
3cb16d9
Add macOS build guide.
squidbus Sep 3, 2024
6bc3ed5
Merge pull request #741 from squidbus/macos-build-guide
georgemoralis Sep 3, 2024
bf7a91b
Note macOS and Xcode version requirements.
squidbus Sep 3, 2024
ad4f467
refactor and implement V_MOVRELSD_B32
baggins183 Sep 3, 2024
af107d4
vulkan: Better support for directly linking a Vulkan support library.
squidbus Sep 3, 2024
d56708c
Merge pull request #743 from squidbus/macos-build-guide
georgemoralis Sep 3, 2024
a886b44
Merge pull request #740 from LeDragoX/complete-msys2
georgemoralis Sep 3, 2024
1bf9be8
Merge pull request #748 from squidbus/vk-loading
georgemoralis Sep 3, 2024
3f8a8d3
video_core: Add bounds checking for subspan use in liverpool function…
baggins183 Sep 3, 2024
f087f43
shader_recompiler: Implement render target swizzles when no format is…
raphaelthegreat Sep 3, 2024
a137702
Merge pull request #738 from DanielSvoboda/Fix-download-Cheats/Patche…
georgemoralis Sep 3, 2024
51610cb
add TR for PR 700
DanielSvoboda Sep 3, 2024
83a7bac
Update src/qt_gui/translations/pl_PL.ts
DanielSvoboda Sep 3, 2024
ee7e6f0
add more information download patches
DanielSvoboda Sep 3, 2024
6877cc1
Merge branch 'main' of https://github.com/DanielSvoboda/shadPS4
DanielSvoboda Sep 3, 2024
1b37f61
Update patch url (#755)
illusion0001 Sep 3, 2024
f4ff0d4
Set CF correctly on BLSI patch (#722)
OFFTKP Sep 3, 2024
cfe49fb
Preserve flags on some patched instructions (#720)
OFFTKP Sep 3, 2024
6012e3c
vulkan: Improve format support info for vertex buffer formats. (#753)
squidbus Sep 3, 2024
d48836d
shader_recompiler: Limit src0 to 4-bit in V_CVT_OFF_F32_I4 (#759)
squidbus Sep 3, 2024
42ab101
Set CF correctly on BLSR/BLSMSK patch (#724)
OFFTKP Sep 3, 2024
e9ef726
Fix warnings (#749)
oltolm Sep 3, 2024
59bbcc3
cmp_u32
jnackmclain Sep 3, 2024
999e59b
Merge remote-tracking branch 'movrels/v_movrels' into rb4-testing
jnackmclain Sep 3, 2024
3a388fe
Save,Apply,Restore Defaults,Close
DanielSvoboda Sep 3, 2024
d7f799c
fix PL text
DanielSvoboda Sep 3, 2024
34ffd95
video_core: added `VK_LAYER_LUNARG_crash_diagnostic` (#751)
psucien Sep 3, 2024
e340583
Merge pull request #736 from StevenMiller123/MoreVirtualQuery
georgemoralis Sep 3, 2024
d24f8dd
Icon,Name,Serial,Region,Firmware,Size,Version,Path
DanielSvoboda Sep 3, 2024
b87e6f3
vulkan: Emulate depth clip control when extension is not available. (…
squidbus Sep 3, 2024
8ccec1b
Game List
DanielSvoboda Sep 3, 2024
0b0c824
Add "support" for pad type remote control
StevenMiller123 Sep 4, 2024
9eadec8
misc: Fix a few compiler warnings.
squidbus Sep 4, 2024
f31c92f
Get rid of unnecessary jump
OFFTKP Sep 4, 2024
ba0c1df
Merge pull request #768 from squidbus/warning-fix
georgemoralis Sep 4, 2024
2709b45
Merge pull request #756 from DanielSvoboda/main
georgemoralis Sep 4, 2024
0a5c364
shader_recompiler: change ir.SetScalarReg() -> SetDst() (#777)
xezrunner Sep 4, 2024
bea5f64
Merge pull request #764 from StevenMiller123/scePadOpenFix
georgemoralis Sep 4, 2024
0dd6e25
Merge pull request #573 from polybiusproxy/shader_recompiler/format
georgemoralis Sep 4, 2024
b9c6093
Implemented sceKernelMTypeProtect and sceKernelMProtect (#387)
menaman123 Sep 4, 2024
28feb77
Surface management rework (3/3) (#370)
psucien Sep 4, 2024
89fb1a0
Update sceBatchMap2 (#782)
StevenMiller123 Sep 4, 2024
76f4ced
Forgot one (#783)
StevenMiller123 Sep 4, 2024
eb2520a
video_core/renderer_vulkan: Ignore unsupported shader stages (#778)
polybiusproxy Sep 4, 2024
4e0dc91
hot-fix: don't skip draws with DS decompression
psucien Sep 5, 2024
b08baae
video_core: Improve handling of image buffer aliases (#757)
raphaelthegreat Sep 5, 2024
bad3d5a
`sceKernelWaitEventFlag` log noise reduced
psucien Sep 5, 2024
a48bfb0
Standardize game_data directory for game metadata. (#809)
squidbus Sep 6, 2024
1d7ee19
shader_recompiler: Add ConvertF16F32 to FP16 detection. (#800)
squidbus Sep 6, 2024
8d1641e
vulkan: Add VK_KHR_format_feature_flags_2 to extensions. (#803)
squidbus Sep 6, 2024
b97b5a7
Updated sq translation (#791)
RDN000 Sep 6, 2024
416e23f
Fix incompatible format images being passed on overlap resolve (#794)
polybiusproxy Sep 6, 2024
bb29224
Implement V_MOVREL variants (#745)
baggins183 Sep 6, 2024
09ce12a
shader_recompiler: Add more opcodes (#802)
StevenMiller123 Sep 6, 2024
f1fd846
Merge pull request #770 from OFFTKP/jump
psucien Sep 6, 2024
ffd0f7b
core/libraries/save_data: Implement wildcard searches on `sceSaveData…
polybiusproxy Sep 6, 2024
649527a
libSceRtc HLE (#697)
CrazyBloo Sep 6, 2024
13743b2
shader_recompiler: Implement data share append and consume operations…
raphaelthegreat Sep 6, 2024
16363ac
Adding Refresh icon to toolbar (#816)
Xphalnos Sep 6, 2024
81f7c83
ci: enable cmake cache on all platforms (SDL/Qt) (#622)
LeDragoX Sep 6, 2024
be0cad1
Merge remote-tracking branch 'shad_upstream/main' into rb4-testing
jnackmclain Sep 6, 2024
fda5689
core/libraries: reduce log pressure (#829)
polybiusproxy Sep 7, 2024
749fe92
Small fix for EmitQuadToTriangleListIndices (#831)
Blargle Sep 7, 2024
047a115
hot-fix: exclude tiling condition from promotion of textures to depth
psucien Sep 8, 2024
f1becb2
hot-fix: linear cubemaps check assert removed (verified)
psucien Sep 8, 2024
035cb3e
Dear ImGui Implementation (#598)
viniciuslrangel Sep 8, 2024
446d8c4
Message Dialog library (#767)
viniciuslrangel Sep 8, 2024
9101bd7
Improved Dark theme, search bar and icon theme (#830)
Xphalnos Sep 8, 2024
96f7a75
Redefined ffmpeg's av_err2str macro to be c++ friendly (#815)
zmckevitt Sep 8, 2024
e3c2a91
kernel: Delete cond attr
raphaelthegreat Sep 8, 2024
56cc70d
fix for image view storage flag handling
psucien Sep 8, 2024
1da1946
presentation barriers fixed
psucien Sep 8, 2024
a0cf4ce
imgui: fix End call when window is collapsed (#850)
viniciuslrangel Sep 9, 2024
adfb3af
hot-fix: nullGpu functionality restored
psucien Sep 9, 2024
411449c
Initial support for compiling on ARM64. (#788)
squidbus Sep 9, 2024
4502a5d
Added S_ANDN2_B32 and S_NAND_B32 opcodes (#833)
amiddendorp22 Sep 9, 2024
6b5cd04
[libSceAudio3d] Initialize Audio3d Library (#761)
lzardy Sep 9, 2024
f23c6dc
Fix compilation on linux (#846)
N00byKing Sep 9, 2024
dcab06f
Fix deadlocks by enabling reuse of exited threads (#855)
adjonesey Sep 9, 2024
3a65052
Merge pull request #851 from shadps4-emu/stabilization/barriers
georgemoralis Sep 10, 2024
14e7cd5
use github api to download patches
DanielSvoboda Sep 10, 2024
b0bbb16
video_core: Add fallback path for pipelines with more than 32 binding…
raphaelthegreat Sep 10, 2024
5fc90b5
Update Discord link (#861)
SleepingSnakezzz Sep 10, 2024
c5b8e49
Merge pull request #858 from DanielSvoboda/main
georgemoralis Sep 10, 2024
74c2888
support for unlocking trophies (#854)
CrazyBloo Sep 11, 2024
fdb13a3
Add UI to configure keyboard-to-controller mapping (#308)
VasylBaran Sep 11, 2024
d66d129
sceNetAccept sleep and SDLAudio::AudioOutOutput latency and cpu impro…
kh0nsu Sep 11, 2024
c27d79c
vulkan: Skip draw when primitive type is None. (#867)
squidbus Sep 11, 2024
dd61c2a
Revert "Add UI to configure keyboard-to-controller mapping (#308)"
georgemoralis Sep 11, 2024
ccf02d0
Revert "sceNetAccept sleep and SDLAudio::AudioOutOutput latency and c…
georgemoralis Sep 11, 2024
1c0dfc6
Typo fix (#820)
Pipi86 Sep 11, 2024
0ebae4c
Misc Fixes 10 (#781)
georgemoralis Sep 11, 2024
136f607
shader_recompiler: Use correct integer type for OpImageWrite. (#871)
squidbus Sep 11, 2024
8a76cd8
hot-fix: mark null image as tracked by default to avoid its updates
psucien Sep 11, 2024
5e12303
implement more nptrophy functions (#874)
CrazyBloo Sep 12, 2024
6606da8
Fixed the return value of sceAvPlayerIsActive
vladmikhalin Sep 12, 2024
1b12138
Merge pull request #878 from vladmikhalin/fix-avplayer-is-active
georgemoralis Sep 12, 2024
bc66fe8
Fix copyGpuBuffers when resize invalidates commands in flight (#876)
baggins183 Sep 12, 2024
fc90f27
vulkan: Limit multisampling to supported sample counts. (#828)
squidbus Sep 12, 2024
a49c7e9
shader_recompiler: Add buffer offset calculation when swizzle is enab…
squidbus Sep 12, 2024
b911c70
Silence unhandled case warns (#823)
illusion0001 Sep 12, 2024
1b6cc44
hotfix: Restore unreachable
raphaelthegreat Sep 12, 2024
3a888eb
Fix Regression 895
adjonesey Sep 13, 2024
de183d3
Merge pull request #896 from adjonesey/adjo/fix-regression-895
georgemoralis Sep 13, 2024
ab20139
Enable patches on cli builds (#897)
CrazyBloo Sep 13, 2024
c181102
Implement S_ABSDIFF_I32 shader instruction (#902)
LukeWarnut Sep 13, 2024
c924457
Implement IMAGE_SAMPLE_L_O opcode (#899)
Emulator-Team-2 Sep 13, 2024
1ea6db6
Fix initialization of change_layers (#907)
nnn27 Sep 14, 2024
e30255e
vulkan: Disable exceptions for getImageFormatProperties and account f…
squidbus Sep 14, 2024
12a0a02
Map BUFFER_AUTOMIC SMIN/SAMX/AND/OR/XOR/INC/DEC (#910)
dbz400 Sep 14, 2024
5c5c02c
Add S_XOR_B32 opcode (#911)
dbz400 Sep 14, 2024
febc1a9
core/libraries/save_data: Fix inaccurate behaviour on `sceSaveDataSet…
polybiusproxy Sep 14, 2024
1879c9d
Add PM4 opcodes
dbz400 Sep 14, 2024
b14f447
Add DS_READ2ST64_B32 (#916)
dbz400 Sep 14, 2024
9203e28
Merge pull request #918 from raven02/patch-5
psucien Sep 14, 2024
c8d0d56
semaphore: Fix semaphore wait list leaking (#928)
raphaelthegreat Sep 15, 2024
b09b28c
graphics_pipeline: Move some depth configuration to dynamic state (#931)
raphaelthegreat Sep 15, 2024
75a4df5
cpu_patches: Patch just-in-time using signal handlers. (#852)
squidbus Sep 15, 2024
dcf245b
shader_recompiler: Implement basic 64-bit floating point support (#915)
polybiusproxy Sep 15, 2024
faea291
Do not wait for audio packets without audio stream (#939)
vladmikhalin Sep 16, 2024
da1e4ff
signals: Fix compilation on GCC. (#934)
squidbus Sep 16, 2024
ecb5a5f
build: Ignore macOS ARM homebrew path when cross compiling. (#922)
squidbus Sep 16, 2024
28ec489
cpu_patches: Revert to ahead-of-time patching on Linux for now. (#949)
squidbus Sep 16, 2024
4a0bd87
hot-fix: make profiler to show real frame time
psucien Sep 17, 2024
84e2c4d
Add other 64-bit floating point shader instructions (#944)
dbz400 Sep 17, 2024
2aab7e0
libraries: gnmdriver: `sceGnmResetVgtControl` added (#965)
psucien Sep 17, 2024
37eefd9
rb4 updates
jnackmclain Sep 17, 2024
ea93464
Merge remote-tracking branch 'shad_upstream/main' into rb4-testing
jnackmclain Sep 17, 2024
868cffd
Fix Regression #932 (#973)
adjonesey Sep 19, 2024
38a1383
Improve es_ES translation & fix typos (#974)
TheCamrew Sep 19, 2024
26cca79
hot fix : always check if eboot.bin is available in path
georgemoralis Sep 19, 2024
cf4824a
hotfix2 : fix previous fix
georgemoralis Sep 19, 2024
d07c81e
Cache Windows CIs, solution by @Artalus (#985)
LeDragoX Sep 19, 2024
7b8bc90
MiscFixes11 (#984)
georgemoralis Sep 19, 2024
c0f7de9
core: name avplayer threads
polybiusproxy Sep 19, 2024
07de1ee
Sort opcodes by their indices. Group them too when applicable (#945)
korenkonder Sep 19, 2024
7b8f0d2
core: file_sys: fix for racing in fs mount
psucien Sep 19, 2024
60f315a
video_core: stride fix (#986)
korenkonder Sep 19, 2024
048b8ae
videoout: Make present thread realtime on macOS. (#990)
squidbus Sep 19, 2024
5638735
Set High Priority for Windows (#961)
Xphalnos Sep 20, 2024
079d902
ci: Refresh CMake cache on build. (#996)
squidbus Sep 20, 2024
077f898
QOL: Set Log Filter On Save (#991)
ElBread3 Sep 20, 2024
0f4bcd8
Rewrite Save Data & Impl Save Data Dialog (#824)
viniciuslrangel Sep 20, 2024
0c63267
Update Discord invite link.md (#994)
SleepingSnakezzz Sep 20, 2024
c3d5824
libraries/kernel: add `sceKernelMmap` to HLE
polybiusproxy Sep 20, 2024
eaa92b5
vulkan: Upgrade format queries to use format feature flags 2. (#941)
squidbus Sep 20, 2024
4fe8123
vulkan: Add alternatives when nullDescriptor is not supported. (#1001)
squidbus Sep 21, 2024
171e475
save_data: Fix save data list back button. (#1003)
squidbus Sep 21, 2024
913a461
resource_tracking_pass: Allow derivatives for 2D array images. (#1000)
squidbus Sep 21, 2024
5f4ddc1
Image subresources barriers (#904)
psucien Sep 21, 2024
dd184fd
shader_recompiler: Use SetDst in more instructions. (#1015)
squidbus Sep 21, 2024
edde0a3
hotfix: Revert ADDC change
raphaelthegreat Sep 21, 2024
581ddfe
SaveLib PR related fixes (#1011)
viniciuslrangel Sep 22, 2024
5db2710
Optimise out unnecessary shifts (#1021)
korenkonder Sep 22, 2024
8811cc5
Add V_CVT_PK_U8_F32 opcode (#1022)
korenkonder Sep 22, 2024
a18419d
shader_recompiler: Exclude non-float results from output modifiers. (…
squidbus Sep 22, 2024
bfe2e1e
vulkan: Use closest available equivalent to missing clamp modes. (#1007)
squidbus Sep 22, 2024
654f85a
core: Reduce some library log spam. (#1023)
squidbus Sep 22, 2024
e1d03c3
hotfix: Fix mipmap query for images
raphaelthegreat Sep 22, 2024
fb5bc37
hot-fix: unnecessary optimization removed
psucien Sep 22, 2024
ee38eec
shader_recompiler: Additional scope handling and user data as push co…
raphaelthegreat Sep 23, 2024
a5001d1
shader_recompiler: Increase push constants user data to full capacity…
squidbus Sep 23, 2024
10d29cc
Save fixes (#1031)
viniciuslrangel Sep 23, 2024
cd7268a
video_core: Separate dirty flags and better gpu invalidation (#1034)
raphaelthegreat Sep 23, 2024
7df3919
added 0.3.0 version
georgemoralis Sep 23, 2024
a016792
starting 0.3.1 WIP
georgemoralis Sep 23, 2024
5a8e8f5
Frame graph + Precise 60 fps timing (#998)
viniciuslrangel Sep 23, 2024
5799091
Patch `extrq` (#943)
OFFTKP Sep 23, 2024
8c8a6cc
core/memory: Fix `sceKernelMTypeProtect` setting VMA type (#1037)
polybiusproxy Sep 23, 2024
ad9f137
Pre-release | Unifies builds (#953)
DanielSvoboda Sep 23, 2024
4ba19a0
core: Add wrapper for calling into guest code. (#967)
squidbus Sep 23, 2024
01e7528
Merge remote-tracking branch 'shad_upstream/main' into rb4-testing
jnackmclain Sep 23, 2024
eb1b476
merge main again
jnackmclain Sep 23, 2024
a9ffa7a
RB4 CHARACTER RENDERING
jnackmclain Sep 23, 2024
8d3af09
skip rivals movreld
jnackmclain Sep 23, 2024
c4921da
frodo fixes for readfirstlane
jnackmclain Sep 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
438 changes: 438 additions & 0 deletions .github/workflows/build.yml

Large diffs are not rendered by default.

17 changes: 0 additions & 17 deletions .github/workflows/ci.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/format.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/linux-qt.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/linux.yml

This file was deleted.

57 changes: 0 additions & 57 deletions .github/workflows/macos-qt.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/macos.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/windows-qt.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/windows.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -409,3 +409,6 @@ FodyWeavers.xsd
/out/*
/third-party/out/*
/src/common/scm_rev.cpp

# for macOS
**/.DS_Store
8 changes: 8 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,11 @@
[submodule "externals/half"]
path = externals/half
url = https://github.com/ROCm/half.git
[submodule "externals/dear_imgui"]
path = externals/dear_imgui
url = https://github.com/shadps4-emu/ext-imgui.git
shallow = true
branch = docking
[submodule "externals/pugixml"]
path = externals/pugixml
url = https://github.com/zeux/pugixml.git
4 changes: 4 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@ License: MIT
Files: externals/tracy/*
Copyright: 2017-2024 Bartosz Taudul <[email protected]>
License: BSD-3-Clause

Files: src/imgui/renderer/fonts/NotoSansJP-Regular.ttf
Copyright: 2012 Google Inc. All Rights Reserved.
License: OFL-1.1
Loading
Loading