zilmar
|
ab8b004b71
|
Core: Add a setting for fpu reg caching
|
2023-04-17 18:47:33 +09:30 |
zilmar
|
ea70218d1c
|
Clean up warnings
|
2023-02-28 10:09:08 +10:30 |
zilmar
|
2db5c81af5
|
Core: Change Project64.rdb so it use 1's and 0's instead of "Yes" or "No"
|
2023-02-13 21:05:57 +10:30 |
zilmar
|
210ebd42de
|
Core: have an option for rdram to be different between known and unknown roms
|
2023-01-16 20:53:48 +10:30 |
zilmar
|
e0373025ef
|
Core: Have user rom settings in Project64.rdb.user
|
2023-01-03 13:08:00 +10:30 |
zilmar
|
f6e4443dda
|
Core: Revert Unaligned DMA to fix some hacks
|
2022-12-26 15:15:28 +10:30 |
zilmar
|
ae62981aef
|
Core: Remove unaligned dma
|
2022-12-19 10:15:31 +10:30 |
zilmar
|
cbacddb65e
|
Core: Make 32bit CPU recompiler only setting
|
2022-12-19 09:07:26 +10:30 |
zilmar
|
761a1ee52a
|
Code clean up
|
2022-10-10 10:52:17 +10:30 |
zilmar
|
179282043f
|
Project64: Code cleanup
|
2022-09-26 12:01:54 +09:30 |
zilmar
|
52a30b78fb
|
Core: Handle div/0 better
|
2022-08-22 22:13:53 +09:30 |
zilmar
|
0419ba232e
|
Core: Add option to step code at break opcode
|
2022-08-01 11:43:17 +09:30 |
zilmar
|
b987a1693c
|
Core: Do not end emulation by default on perm loop
|
2022-08-01 10:59:16 +09:30 |
zilmar
|
10d23486c6
|
Core: Add option to break on address exception
|
2022-08-01 10:38:12 +09:30 |
zilmar
|
7b851e6b6e
|
Core: Break on unhandled memory
|
2022-08-01 10:00:07 +09:30 |
zilmar
|
8b2c66cc07
|
Core: Move plugin specs to a central location
|
2022-06-27 19:32:38 +09:30 |
zilmar
|
dc106c0df8
|
Core: Start to add store instruction self mod
|
2022-06-06 11:41:09 +09:30 |
zilmar
|
653e15a296
|
Core: Add RomMemoryHandler
|
2022-04-18 20:57:59 +09:30 |
zilmar
|
d976aaf22b
|
[Core] Better updating of controller in sync core
|
2022-04-11 09:26:11 +09:30 |
zilmar
|
30a40ea0a8
|
Core: Remove the option to turn off tlb
|
2022-01-10 17:46:01 +10:30 |
zilmar
|
09f90d9b53
|
Project64-core: Make Setting_EnableDisk be a setting in GameSettings
|
2022-01-04 10:07:52 +10:30 |
shyguyhex
|
ac94f2505e
|
[Debugger] Rewrite script API (#2110)
* [Debugger] Rewrite script API
* Update js api paths in installer script
|
2021-09-03 14:41:04 +09:30 |
zilmar
|
bfd206e0a7
|
Get Controller plugin to update at request
|
2021-06-15 14:30:38 +09:30 |
oddMLan
|
1830b93bc5
|
Since 8MB is default now, remove hardcoded check in SettingsType-RDBRamSize.cpp and redundant note in the UI
This reverts commits 8475fa9c14 4020735b26
|
2021-05-27 22:32:55 -07:00 |
zilmar
|
ee864797ab
|
vgturtle127's Beautification 14 - Source\Project64-video directory and final cleanup
|
2021-05-18 21:21:36 +09:30 |
zilmar
|
b15613acea
|
remove #pragma GCC
|
2021-04-22 09:47:17 +09:30 |
zilmar
|
c512a592a7
|
Move class out of file names
|
2021-04-14 15:04:15 +09:30 |
zilmar
|
662637460e
|
Remove Disable copy constructor comments
|
2021-04-13 09:37:11 +09:30 |
zilmar
|
cf58754414
|
Change NULL to nullptr
|
2021-04-12 21:05:39 +09:30 |
zilmar
|
62d2755300
|
Remove Common/stdtypes.h
|
2021-04-12 16:04:26 +09:30 |
zilmar
|
1249e1f9f0
|
Add ability to remove the status bar
|
2021-03-18 11:02:37 +10:30 |
zilmar
|
93b35cdf28
|
Add Overclock to enhancment
|
2021-03-10 18:09:01 +10:30 |
zilmar
|
5c60ea213f
|
Update copyright date
|
2021-03-02 12:43:17 +10:30 |
zilmar
|
b8206c5043
|
Merge pull request #1995 from flagrama/linux-fixes
Linux fixes
|
2021-03-01 20:10:49 +10:30 |
zilmar
|
88144f53c9
|
Prompt for jabo or glide plugin
|
2021-03-01 20:08:29 +10:30 |
Vincent Cunningham
|
8dea0170d3
|
Ignore narrowing conversion on g++
|
2021-02-28 20:32:42 -05:00 |
Vincent Cunningham
|
dcb360cf41
|
Replace \ with / in include directives
|
2021-02-28 17:38:56 -05:00 |
zilmar
|
3553c87121
|
Move enable enhancement to advanced
|
2021-02-02 17:01:29 +10:30 |
Vincent Cunningham
|
f5af8f5261
|
Fix games not being FPS limited when Audio is muted
|
2021-02-01 20:31:45 -05:00 |
LuigiBlood
|
90d68dae52
|
Cache Disk Seek Timing Type into a global variable for optimization
|
2021-01-30 00:29:09 +01:00 |
LuigiBlood
|
6f05e7a2f2
|
[Settings] Add Disk Seek Timing choice
|
2021-01-29 23:37:27 +01:00 |
zilmar
|
fd1a6112c0
|
Clean up enhancements code
|
2021-01-17 13:47:58 +10:30 |
zilmar
|
7de3fc3348
|
Change the handling of the cheat format
|
2020-12-30 09:14:04 +10:30 |
zilmar
|
124b1c9257
|
Project64: Read cheats from multiple files
|
2020-11-19 17:46:07 +10:30 |
zilmar
|
7e503dc192
|
Project64: In ini handling change SectionList from vector to set
|
2020-10-12 16:51:23 +10:30 |
zilmar
|
1be3f869d6
|
Project64: CSettingTypeApplication::Save: do not compare default if passing NULL
|
2020-07-15 20:01:55 +09:30 |
zilmar
|
71160d08c0
|
Make cheat UI to be wtl based
|
2020-05-19 11:55:57 +09:30 |
oddMLan
|
059ae511b8
|
Add Protect Memory option to Defaults panel
Fixes #1733
|
2020-05-04 19:47:34 -07:00 |
zilmar
|
b9363cb0e7
|
Merge pull request #1665 from Project64Netplay/discord-rpc
Discord RPC
|
2020-04-29 05:48:10 +09:30 |
zilmar
|
37358298e3
|
Project64: move Debugger_ShowUnhandledMemory into DebugSettings
|
2020-04-01 10:24:10 +10:30 |