Rosalie Wanders
678ded09ac
Allow customizable save slot keybindings
2020-11-11 20:55:16 +01:00
Logan
04b080759a
More careful releasing when WIN32
2020-11-01 20:40:26 -07:00
Logan McNaughton
73472c4c44
Align memory for parallel-rdp
...
Port from 29ffb30c7f (diff-bf40cfecf6b954a6a6074a40e19efbb0bdc1a4997ec7f014dce41647d8a9038a)
2020-11-01 20:17:48 -07:00
carnivoroussociety
1fbc36df94
Tweak indent
2020-10-31 15:46:46 +10:00
carnivoroussociety
d3f293da39
Use EnableOverclock as overclock factor varible
2020-10-31 15:26:02 +10:00
carnivoroussociety
7b6ef69664
Fixed netplay_sync_settings() for non-netplay
2020-10-31 01:14:03 +10:00
Rosalie Wanders
c9def89c0a
Add M64CMD_ROM_SET_SETTINGS
2020-10-29 13:03:21 +01:00
Richard Goedeken
91b909414d
Merge pull request #794 from loganmc10/linked
...
Clean up netplay linked list
2020-10-28 22:11:34 -07:00
Logan McNaughton
831df339d1
Clean up netplay linked list
2020-10-28 13:11:34 -07:00
Logan McNaughton
3d2da343d2
Just stop frontend from enabling cheats during netplay
2020-10-27 19:19:31 -07:00
carnivoroussociety
b1ac3a86b0
Updated netplay API wiki
...
Fixed misaligned si command for netplay sync
2020-10-24 14:54:14 +10:00
carnivoroussociety
e17969b9f8
Removed redundant shift for overclock
2020-10-24 13:38:03 +10:00
carnivoroussociety
90b42c42ac
Use shift/sub for cycle overclock
2020-10-24 11:53:19 +10:00
carnivoroussociety
68252d6eed
Updated Netplay version (packet struct change)
2020-10-24 02:38:29 +10:00
carnivoroussociety
7da307490b
Increased fixed overclock rate (more stable)
2020-10-23 21:32:19 +10:00
carnivoroussociety
e6b0952a62
Update receive length for Netplay
2020-10-23 16:31:25 +10:00
carnivoroussociety
e794eca5f3
Add fixed count factor overclock
2020-10-23 15:25:40 +10:00
Logan McNaughton
5f3863a2b1
Tag outgoing UDP packets with EF for Linux
2020-10-16 12:39:52 -07:00
Logan McNaughton
00fc2a19a5
Update xxHash to 0.8.0
2020-10-11 12:28:08 +02:00
Logan McNaughton
f6303f5c91
PIF binary boot rom support
2020-10-09 18:30:00 -07:00
Richard Goedeken
94a7a08fcf
Merge pull request #725 from loganmc10/pif
...
Implement PIF write flags properly
2020-10-09 17:30:39 -07:00
Rosalie Wanders
4baba51077
Get/Set Refresh Rate
...
To be able to change the refresh rate,
there are 2 new video extension functions:
1) VidExt_ListFullscreenRates
This function allows you to retrieve a
list of refresh rates for a given resolution
2) VidExt_SetVideoModeWithRate
This function allows you to set a video mode,
with a specified refresh rate
2020-08-26 13:35:04 +02:00
Richard Goedeken
a29b44251a
Merge pull request #721 from loganmc10/rsp
...
Emulate RSP DMA FIFO queue
2020-06-28 20:31:32 -07:00
LuigiBlood
923dc4192c
[Disk] Revert DMA DD timing change
...
Fixes 64DD games, to fix F-Zero X Expansion Kit set CountPerOp=1 for F-Zero X (J)
2020-06-16 23:46:09 +02:00
LuigiBlood
f2e1825d98
[Disk] Optimize write_sector
2020-06-16 02:21:29 +02:00
LuigiBlood
4f36004d07
[Disk] Use memcmp instead of memicmp
2020-06-16 02:21:08 +02:00
LuigiBlood
1e2406d3bf
[Disk] Remove redundant table
2020-06-15 23:40:49 +02:00
LuigiBlood
7855db4e13
[Disk] Cleanup, add structs & less magic numbers
2020-06-15 23:21:16 +02:00
LuigiBlood
43268d5b95
[Disk] Fix LBAToByte implementation when dealing with max LBA
2020-06-15 18:24:37 +02:00
LuigiBlood
86e3c68e65
[Disk] Add support for D64 format
2020-06-15 15:05:00 +02:00
LuigiBlood
7d1e10e996
[Disk] Change disk agnostic function names
2020-06-15 02:35:59 +02:00
LuigiBlood
b907d6070c
[Disk] Make dd_controller agnostic functions
2020-06-15 02:30:35 +02:00
LuigiBlood
3ccd2c4f28
[Disk] Perform System Area Checks & Handle Read Errors
2020-06-15 01:50:41 +02:00
LuigiBlood
75f7385ee3
[Disk] Add Development Disk Detection, System Area Heuristics
2020-06-11 22:16:01 +02:00
LuigiBlood
4a3121645d
[Disk] Add USA & DEV 64DD IPL support
2020-06-11 19:18:03 +02:00
LuigiBlood
2feddea795
[Disk] Working SDK format without conversion
2020-06-11 18:54:40 +02:00
LuigiBlood
51b579bb95
[Disk] Support SDK disk images without conversion (not fully working yet)
2020-06-11 18:44:51 +02:00
Logan McNaughton
1fccc3ba6c
Netplay
2020-06-06 16:09:45 -06:00
Logan McNaughton
08be4f6792
Emulate RSP DMA FIFO queue
2020-05-25 06:47:39 -06:00
Logan McNaughton
4e6280be31
Implement PIF write flags properly
2020-05-25 06:47:26 -06:00
Logan McNaughton
b7b56fea51
Disable FTZ in SSE when FCR31 FS bit is set
...
Remove -ffast-math, makes us IEEE compliant
2020-05-25 10:47:21 +02:00
Henrik
ff9aeef5af
Only shut down SDL if frontend is not using it
2020-05-23 19:19:44 +02:00
Logan
9f4183e6f4
Add comment
2020-05-22 21:12:26 +02:00
Logan
68175fc083
NOT mempak checksum when pak is not present
2020-05-22 21:12:26 +02:00
Richard Goedeken
4edc53c2d5
Merge pull request #752 from loganmc10/patch-11
...
Mask DRAM address in PI DMA
2020-04-21 21:10:41 -07:00
Richard Goedeken
0c1e2a3044
Merge branch 'master' into speedlimiter_toggle
2020-04-21 17:15:33 -07:00
Logan
9be9b4e922
Mask DRAM address in PI DMA
2020-04-17 10:42:49 -06:00
Logan
bcbb3e2a9a
Enable FBInfo for CPU-RDP rendering
2020-04-15 20:14:52 -06:00
Bobby Smiles
ebb06e88a6
fix compilation on x86
2020-04-05 09:56:12 +02:00
bsmiles32
793ed5cd53
Merge pull request #745 from bsmiles32/trap
...
Implement trap instructions
2020-04-04 18:09:28 +02:00