swurl
52d851500c
actions: Linux & Source builds ( #26 )
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/26
Co-authored-by: swurl <swurl@swurl.xyz>
Co-committed-by: swurl <swurl@swurl.xyz>
android build, fix appimage
Signed-off-by: swurl <swurl@swurl.xyz>
8 months ago
swurl
b86644eae9
?
Signed-off-by: swurl <swurl@swurl.xyz>
8 months ago
JPikachu
d27d31e042
Add named .svg icons
8 months ago
JPikachu
9490fe4c1a
Update README.md
Add named logo and remove Yuzu fully
8 months ago
JPikachu
de16da9c9f
Merge pull request 'Update names in icons and add more' ( #23 ) from JPikachu/eden:master into master
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/23
8 months ago
JPikachu
d4ad6a551d
Add eden named icons (.ico and .png)
.svg soon
8 months ago
JPikachu
61d4233228
Rename Yuzu logo to Eden
8 months ago
swurl
0704ae7108
upload-artifact
Signed-off-by: swurl <swurl@swurl.xyz>
8 months ago
swurl
701186c995
actions?
Signed-off-by: swurl <swurl@swurl.xyz>
8 months ago
JPikachu
50ac5e935a
Update README.md
(again)
8 months ago
JPikachu
d29d7b931c
Update README.md
8 months ago
JPikachu
d88d690a4e
Merge pull request 'Service: Add AliasRegionExtraSize' ( #22 ) from JPikachu/eden:master into master
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/22
8 months ago
JPikachu
e0795f2b40
Service: Add AliasRegionExtraSize
Thanks to Briar for finding and testing the Service
Credit: Antique - [Sudachi] Dev (https://sudachi.emuplace.app/ )
9 months ago
CamilleLaVey
0d031e2f3f
Merge pull request 'switch submodules to our forks' ( #21 ) from crueter/eden:submodules into master
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/21
9 months ago
swurl
dbb485b09a
switch submodules to our forks
Signed-off-by: swurl <swurl@swurl.xyz>
9 months ago
JPikachu
4957950b55
revert 789bbd7ab5
This needs to be put aside for now, but may be implemented again later
9 months ago
crueter
9278eac8f0
Fix controls config dialog
Signed-off-by: swurl <swurl@swurl.xyz>
9 months ago
crueter
9cef9f5dce
Update fmt to allow for v11
Signed-off-by: swurl <swurl@swurl.xyz>
9 months ago
Briar
216ded6997
android: Improve network gateway handling
9 months ago
PabloMK7
5f0542c2bf
Pre alpha watermark
* android: Add pre-alpha warning dialog and banner
* qt: android: Add pre-alpha warning banner
9 months ago
Briar
077592903e
core: Add support for game settings overrides ( #6 )
* core: Add support for game settings overrides
---------
Co-authored-by: Gamer64 <76565986+Gamer64ytb@users.noreply.github.com>
Co-authored-by: zhang wei <zwdreams@gmail.com>
9 months ago
Briar
8ef4da686c
Refactor Android Game Screen UI
* Port SearchFragment functionality to GameFragment @kleidis
Co-authored-by: Briar <205427297+icybriarr@users.noreply.github.com>
* Remove the bottom navigation bar and SearchFragment remaining code @ishan09811
* Add 2 new game view types `Grid & `List` to GameAdapter @kleidis
* Fix padding on header
* Change app name to uppercase
---------
Co-authored-by: Kleidis <167202775+kleidis@users.noreply.github.com>
Co-authored-by: Briar <205427297+icybriarr@users.noreply.github.com>
Co-authored-by: Ishan09811 <156402647+Ishan09811@users.noreply.github.com>
9 months ago
JPikachu
52eab40fc8
Implement LogicOP Workaround for Vulkan on AMD GPUs
This fixes black sewers in Paper Mario: TTYD
Credit: Antique - [Sudachi] Dev (https://sudachi.emuplace.app/ )
9 months ago
Briar
6f45ab5344
Revert "Disabled MCO_USE_VMEM_ALLOCATOR because standard stack size seems to suffice"
This reverts commit ada5dcf01a .
9 months ago
Mr_Purple_666
90bda9fee5
Use u32 instead of int
fix windows build error
9 months ago
MrPurple666
2d2e9208d2
Unified torzu and sudachi friend.cpp + fix android build on dma_pusher
9 months ago
MrPurple666
c847796a51
add boost-headers (again)
9 months ago
Pavel Barabanov
409946d1e6
Added the GetKeyCodeMapByPort service, thanks JPikachu for the tip.
9 months ago
Pavel Barabanov
c09347ff5f
Slightly changed the overlay design
9 months ago
pavelbarabanov
70c151fba0
Обновить src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt
- Add MEM overlay
- Add thermal overlay to show temperature in C/F with color indication
9 months ago
JPikachu
7c4fdaf528
Update freind, nifm and nim stubs
Credit: Antique - [Sudachi] Dev (https://sudachi.emuplace.app/ )
9 months ago
Zephyron
0071e980b8
video_core: Enforce safe memory reads for compute dispatch
- Modify DmaPusher to use safe memory reads when handling compute
operations at High GPU accuracy
- Prevent potential memory corruption issues that could lead to
invalid dispatch parameters
- Previously, unsafe reads could result in corrupted launch_description
data in KeplerCompute::ProcessLaunch, causing invalid vkCmdDispatch
calls
- By enforcing safe reads specifically for compute operations, we
maintain performance for other GPU tasks while ensuring compute
dispatch stability
This change requires >= High GPU accuracy level to take effect.
12 months ago
EmulationEnjoyer
d5bb26bf3e
Implement HID function stub "SetGestureOutputRanges" ( #105 )
Add function stub for "SetGestureOutputRanges" in HID service
Fixes userspace panic when booting Donkey Kong Country Returns HD:
> Debug <Critical> core\hle\service\service.cpp:operator ():78: Assertion Failed!
Unknown / unimplemented function '92(<unknown>)': port='hid' cmd_buf={[0]=0x6, [1]=0x8000000C, [2]=0x1, [3]=0x0, [4]=0x4F434653, [5]=0x0, [6]=0x0, [7]=0x0, [8]=0x49434653}
> Service.AM <Info> core\hle\service\am\service\application_functions.cpp:SetTerminateResult:187: (STUBBED) called, result=0x1a80a (2010-0212)
> Debug.Emulated <Critical> core\hle\kernel\svc\svc_exception.cpp:Break:52: Userspace PANIC! info1=0x0000001086D02C4C, info2=0x0000000000000004
> Debug.Emulated <Critical> core\hle\kernel\svc\svc_exception.cpp:operator ():33: debug_buffer_err_code=1A80A
> Debug.Emulated <Critical> core\hle\kernel\svc\svc_exception.cpp:Break:102: Emulated program broke execution! reason=0x0000000000000000, info1=0x0000001086D02C4C, info2=0x0000000000000004
ref: 132077e18f

Reviewed-on: http://vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion/torzu-emu/torzu/pulls/105
Co-authored-by: EmulationEnjoyer <emulationenjoyer@noreply.localhost>
Co-committed-by: EmulationEnjoyer <emulationenjoyer@noreply.localhost>
11 months ago
EmulationEnjoyer
2c02c18c86
Update src/audio_core/common/feature_support.h
Updated AudioCore Revision from 11 -> 13
1 year ago
Zephyron
789bbd7ab5
kernel: Implement SystemResourceSize info type for VAMM initialization
Adds support for InfoType::SystemResourceSize (0x1C) which is required for
proper initialization of the Virtual Address Memory Manager (VAMM). This
implementation:
1. Adds SystemResourceSize to the InfoType enum in svc_types.h
2. Implements the GetInfo handler for SystemResourceSize in svc_info.cpp
3. Returns 512MB (0x20000000 bytes) as the system resource size
4. Adds debug logging for the SVC call
The 512MB value is chosen based on typical system resource allocations
needed for VAMM initialization on the Nintendo Switch.
This fixes crashes in games that rely on VAMM functionality, particularly
during nn::os::detail::VammManager::InitializeIfEnabled().
12 months ago
MrPurple666
c6f2a85142
Add the rest of the necessary code for ssl:s
Credit: Antique - (Sudachi) Dev [https://sudachi.emuplace.app/ ]
Signed-off-by: MrPurple666 <antoniosacramento666@gmail.com>
9 months ago
JPikachu
6581fc5b98
Update ssl stubs
Updated the ssl stubs to implement ssl:s for Firmware 19
This should make Xenoblade X: Definitive Edition bootable
Credit: Antique - (Sudachi) Dev [https://sudachi.emuplace.app/ ]
9 months ago
JPikachu
6abd4d2f2b
Rewrote mm:u to follow switchbrew.org documentation and update them
Credit: Antique - [Sudachi Dev] (https://sudachi.emuplace.app/ )
9 months ago
darktux
ada5dcf01a
Disabled MCO_USE_VMEM_ALLOCATOR because standard stack size seems to suffice
2 years ago
darktux
9f4ef30b55
Add SR_WScaleFactorXY/SR_WScaleFactorZ stubs for Prince of Persia ( #5 )
Pulled in and cleaned up from Sudachi
Reviewed-on: http://y2nlvhmmk5jnsvechppxnbyzmmv3vbl7dvzn6ltwcdbpgxixp3clkgqd.onion/darktux/torzu/pulls/5
Co-authored-by: darktux <darktux@y2nlvhmmk5jnsvechppxnbyzmmv3vbl7dvzn6ltwcdbpgxixp3clkgqd.onion>
Co-committed-by: darktux <darktux@y2nlvhmmk5jnsvechppxnbyzmmv3vbl7dvzn6ltwcdbpgxixp3clkgqd.onion>
2 years ago
darktux
a1d4963fb8
Remove accidental use of standard format instead of libfmt format
2 years ago
MrPurple666
8b57de2436
Remove unused submodule
9 months ago
darktux
56f12e3ba3
Added v18.0.0 stubs
2 years ago
darktux
2011cdd333
Added v18.0.0 stubs and updated tzdb_to_nx
2 years ago
darktux
492d3856e8
Vulkan validation error fix.
Different image usage flags between image creation and image view
creation.
2 years ago
darktux
5af02a5cea
Save memory by using dyamic stack size in Fiber
2 years ago
darktux
d8c2ab85eb
Implemented a more correct version of ISfServiceMonitor::GetGroupInfo
2 years ago
darktux
bc2fdfee13
Fixed minicoro.h formatting
2 years ago
darktux
edff3d4adb
Radeon gpu profiler detection support
2 years ago
darktux
4a71984803
clang-formated new fiber.cpp and minicoro.h
2 years ago