Commit Graph

25879 Commits

Author SHA1 Message Date
SirMangler
f367d133b0 Prime 3 ViewModifier: Cull at FoV 94, not 96 2021-06-04 19:23:08 +01:00
SirMangler
62a30a1895 Fix Beam Overscrolling 2021-05-28 10:13:54 +01:00
SirMangler
cb3f416e69 fix of the pixel fix fix fix
stuck in a loop
2021-05-25 04:11:10 +01:00
SirMangler
a486dc2f7e Corrected SPACE and TAB for Linux defaults 2021-05-09 11:40:51 +01:00
SirMangler
c04b3d7d94 Check movement keys in GameCube for Noclip 2021-04-26 12:17:35 +01:00
SirMangler
a33a327451 Add PrimeHack links to MenuBar 2021-04-22 10:18:50 +01:00
SirMangler
1796867533 Trigger holster animation for visor swapping in relevant games. 2021-04-21 03:12:11 +01:00
SirMangler
1db46b186a Correct Byrro Radio ID 2021-04-15 21:02:37 +01:00
shiiion
51999676c6 QVariant disambiguation, horizontalAdvance/width Qt version check 2021-04-13 03:12:18 -07:00
shiiion
2c5634a7e7 why was I ever passing direct pointers to cvars to UI? 2021-04-13 05:16:57 -04:00
shiiion
f643c7a802 pixel fix fix fix 2021-04-13 04:35:46 -04:00
SirMangler
0e8cdbfa9f Check for pixel texture using hash instead of string name 2021-04-13 08:02:52 +01:00
shiiion
c87eb984e0 fixed nitpicks, fixed dx12 not liking pixel fix 2021-04-12 02:04:41 -04:00
shiiion
51a5b0606e
Merge pull request #50 from UltiNaruto/master
Added support to unsupported versions
2021-04-11 22:03:38 -07:00
SirMangler
d41e507aa2 Updated version string 2021-04-12 05:41:39 +01:00
UltiNaruto
5171cf168a Added support to unsupported versions
- DNA Scanner (MP3 Standalone PAL and NTSC-J)
- Portal Skip (MP2 NTSC-J)
- Hud Memo Removal (New Play Controls! Metroid Prime and MP3 Standalone PAL and NTSC-J)
- Added bounds checking on the reticle removal (MP3 Standalone PAL and NTSC-J)
- Reenabled MP3 Standalone NTSC-J
- Fixed MP1 FPS Controls disabled behavior
- Added MP2 GC NTSC-J support
- Fixed New Player Controls! Metroid Prime 2 invincibility
2021-04-12 00:16:34 +02:00
SirMangler
54a2b42aef Cheats: Add hud memo tooltip & update UI for hotkeys 2021-04-10 19:12:55 +01:00
shiiion
8d709c05ae standalone ntsc dna scanner 2021-04-09 22:17:25 -04:00
SirMangler
a5569c9cfe Grey out reduce bloom when disabled bloom is enabled. 2021-04-09 00:02:57 +01:00
shiiion
683239c4ca Merge branch 'master' of https://github.com/shiiion/dolphin 2021-04-08 19:00:23 -04:00
shiiion
89e5ee83dd bloom reduce implemented 2021-04-08 19:00:13 -04:00
SirMangler
616fa0ae83 Disable analytics popup 2021-04-08 23:42:28 +01:00
SirMangler
615824ce31 Reduce Bloom Setting and UI 2021-04-08 23:01:36 +01:00
SirMangler
35cf0def0b Updated to beta 5.0-13963 2021-04-08 21:00:25 +01:00
SirMangler
6d8875ce28 Merge branch 'master' of https://github.com/shiiion/dolphin 2021-04-08 20:51:12 +01:00
SirMangler
12899ae555 PrimeHack Controlled DNA Scanners [Trilogy] 2021-04-08 20:45:21 +01:00
shiiion
f9a55cc0b6 reverted forced memory increase, proper HUD damping mp2gc 2021-04-08 01:36:36 -04:00
shiiion
2897b8dc2f uninit mods on shutdown 2021-04-07 21:28:07 -04:00
shiiion
cbb4a173e6 update cmakelists 2021-04-07 05:11:28 -04:00
shiiion
9450b52174 presets loading, removed some optimizes 2021-04-07 05:08:37 -04:00
shiiion
2baed62fde mod loader and huge UI vomit 2021-04-07 04:07:35 -04:00
shiiion
f2bbbbedb3 update cmakelists 2021-04-06 02:26:48 -04:00
shiiion
1f1cdb1290 portal skip updated to work for gc, layer fix for portal terminal 2021-04-06 02:10:41 -04:00
shiiion
45f1dcf27d Hud memo disabler from ishiiruka 2021-04-06 01:53:00 -04:00
shiiion
aef8378eda added fov-aware reticle control from ishiiruka 2021-04-03 04:08:25 -04:00
shiiion
78406701ae
Merge pull request #47 from shiiion/grapple_lasso_fix
Grapple Lasso Control bugfix
2021-04-03 00:28:35 -07:00
shiiion
da0143c65c silly assembly goof fixed 2021-04-02 22:42:49 -04:00
blåhaj
f339bc69c8 VertexShaderGen: Sonic epsilon hack for OpenGL ES
debaf63fe8 moved the "Sonic epsilon hack"
to vertex shaders. However, it was only done for targets with depth
clamping. If this is not available, for example the target is OpenGL ES,
the Sonic problem appears (https://bugs.dolphin-emu.org/issues/11897).

A version of the "Sonic epsilon hack" is added for targets without
depth clamping.
2021-04-02 15:12:30 +02:00
Markus Wick
a2fa9aab5b
Merge pull request #9618 from JosJuice/jitarm64-pc-0
JitArm64: Allow DoJit at address 0 (fix launching Wii titles)
2021-04-01 12:43:23 +02:00
JosJuice
b3f71f7cdc JitArm64: Allow DoJit at address 0 (fix launching Wii titles)
JitArm64::DoJit contains a check where it prints a warning and tries
to pause emulation if instructed to compile code at address 0. I'm
assuming this was done in order to provide a nicer error behavior
in cases where PC was accidentally set to null. Unfortunately, it
has started causing us problems recently, as 688bd61 writes and runs
some code at address 0 to simulate the PPC being held in reset.
What makes this worse is that calling Core::SetState from the CPU
thread is actually not allowed and will cause a deadlock instead of
the intended behavior. I don't believe there is anything on a real
console that would stop you from executing code at address 0 (as
long as the MMU has been set up to allow it), and Jit64::DoJit
doesn't contain any check like this, so let's remove the check.
2021-04-01 11:28:53 +02:00
shiiion
ae68c7196d added vmcall inst from ishiiruka 2021-04-01 01:42:07 -04:00
JMC47
ce8e87c64b
Merge pull request #8747 from iwubcode/map-freelook
Support controlling Free Look via input bindings (motion controls, gamepad, etc!)
2021-04-01 01:05:00 -04:00
SirMangler
f1640f7f6e Updated CMakeLists 2021-03-29 09:46:37 +01:00
SirMangler
470d1902ed Remove Pixel Error Automatically 2021-03-29 03:53:32 +01:00
SirMangler
979ba24fd6 General grapple improvements 2021-03-28 07:37:38 +01:00
SirMangler
7840c1aff9 Clean up cheats and fix minor bugs 2021-03-28 06:11:26 +01:00
SirMangler
361bffe410 X11 Complaint Defaults 2021-03-28 03:55:21 +01:00
SirMangler
22715e9dc3 Added FriendVouchers and PortalSkip to PrimeHack cheat's tab. 2021-03-28 03:40:33 +01:00
SirMangler
a9b8f0cacf Added PrimeHack Cheats UI, and saving cheats. 2021-03-28 03:24:24 +01:00
SirMangler
3e69e1cdaf Merged with beta 5.0-13603 2021-03-28 02:15:27 +01:00