NovaSquirrel
|
ab5b47c486
|
Merge pull request #51 from undisbeliever/fix-invisible-sprites
Fix invisible sprites
|
2021-10-26 12:44:06 -04:00 |
|
Marcus Rowe
|
bf961dc559
|
Fix invisible sprite when Y + Height >= 256 and Y < _vblankStartScanline
|
2021-10-26 19:52:09 +10:00 |
|
NovaSquirrel
|
dd9e689880
|
Merge pull request #47 from jeffythedragonslayer/master
Memory Access Counter columns are wider so ... does not appear
|
2021-10-19 23:09:55 -04:00 |
|
Jeff Linahan
|
56fb98ea11
|
Memory Access Counter columns are wider so ... does not appear
|
2021-10-19 23:00:01 -04:00 |
|
NovaSquirrel
|
73bc240164
|
Merge pull request #46 from mcgrew/preferences-save-fix
Fix for settings not saving under mono 6.12
|
2021-10-19 22:46:36 -04:00 |
|
NovaSquirrel
|
609cec58f5
|
Merge pull request #41 from kongmao45678/patch-1
Update Chinese translation resources.zh.xml
|
2021-10-19 22:45:45 -04:00 |
|
Thomas McGrew
|
c374ca8b9e
|
Fix for settings not saving under mono 6.12
|
2021-10-19 22:41:56 -04:00 |
|
kongmao45678
|
782fba8e8a
|
Update Chinese translation resources.zh.xml
Update Chinese translation
|
2021-09-04 23:01:28 +08:00 |
|
NovaSquirrel
|
7af0bbcefc
|
Add "SNES mouse (buttons only)" input device
This is intended for use with Lua scripts that update a mouse cursor's position directly
|
2021-06-30 17:39:34 -04:00 |
|
NovaSquirrel
|
c0e249e993
|
Revert "Merge branch 'reformat_code'"
This reverts commit daf3b57e89 , reversing
changes made to 7a6e0b7d77 .
|
2021-03-10 11:13:28 -05:00 |
|
ISSOtm
|
fe90e80881
|
Note how to debug the C++ code
|
2021-03-02 19:05:34 +01:00 |
|
ISSOtm
|
2ce3db3bb8
|
Link to new CI downloads
|
2021-03-02 19:05:21 +01:00 |
|
NovaSquirrel
|
d49c4be9f3
|
Merge pull request #28 from ISSOtm/actions
Enable CI jobs
|
2021-03-02 10:50:57 -05:00 |
|
ISSOtm
|
099d176e60
|
Add Linux CI build job
|
2021-03-02 16:21:38 +01:00 |
|
ISSOtm
|
c76f72df9e
|
Add Windows CI build job
|
2021-03-02 16:19:50 +01:00 |
|
NovaSquirrel
|
834ff4338f
|
Fixes #17
|
2020-12-27 22:24:23 -05:00 |
|
Vladimir Kononovich
|
daf3b57e89
|
Merge branch 'reformat_code'
|
2020-12-19 23:33:29 +03:00 |
|
Vladimir Kononovich
|
6c4907ed1d
|
Reformat Windows (Resharper)
|
2020-12-19 23:33:11 +03:00 |
|
Vladimir Kononovich
|
c0aabf20a1
|
Reformat Utilities (Resharper)
|
2020-12-19 23:32:47 +03:00 |
|
Vladimir Kononovich
|
68c88a6b7c
|
Reformat SevenZip (Resharper)
|
2020-12-19 23:32:06 +03:00 |
|
Vladimir Kononovich
|
4925698573
|
Reformat PGOHelper (Resharper)
|
2020-12-19 23:31:47 +03:00 |
|
Vladimir Kononovich
|
b792e0a3f0
|
Reformat Lua (Resharper)
|
2020-12-19 23:31:32 +03:00 |
|
Vladimir Kononovich
|
a6e89dd132
|
Reformat Libretro (Resharper)
|
2020-12-19 23:31:01 +03:00 |
|
Vladimir Kononovich
|
f3f15a32fe
|
Reformat InteropDll (Resharper)
|
2020-12-19 23:30:40 +03:00 |
|
Vladimir Kononovich
|
3764af908f
|
Reformat Core (Resharper)
|
2020-12-19 23:30:09 +03:00 |
|
Vladimir Kononovich
|
7a6e0b7d77
|
Moved libs linking to the project file.
|
2020-11-16 18:12:18 +03:00 |
|
Vladimir Kononovich
|
be6ed9d619
|
Merge branch 'get_breakpoints_and_cp_flags'
|
2020-11-01 16:53:07 +03:00 |
|
Vladimir Kononovich
|
320371740d
|
Added api for getting breakpoints and cpu flags.
|
2020-11-01 16:52:30 +03:00 |
|
Vladimir Kononovich
|
a91ddf8c51
|
Merge branch 'master' into ui_regs_change
|
2020-10-29 02:19:37 +03:00 |
|
Vladimir Kononovich
|
28b5a3c503
|
Removed Id entity from a Breakpoint. Now BP manager deals with it.
|
2020-10-29 02:19:23 +03:00 |
|
Vladimir Kononovich
|
eb1006704a
|
Implemented CPU flags changing.
|
2020-10-12 18:19:46 +03:00 |
|
Vladimir Kononovich
|
9df2e40060
|
Renamed CpuRegNmiFlag to CpuFlagNmi.
|
2020-10-12 18:19:17 +03:00 |
|
Vladimir Kononovich
|
27c6df32c3
|
Added UI registers change functionality.
|
2020-10-12 16:51:04 +03:00 |
|
Vladimir Kononovich
|
7a75651541
|
Fixes to registers change core.
|
2020-10-12 16:49:10 +03:00 |
|
Vladimir Kononovich
|
4ea538fbfe
|
Fixed wrong Selection range if there's only one byte in selection.
|
2020-10-11 22:07:34 +03:00 |
|
NovaSquirrel
|
9d3d0bccc3
|
Merge pull request #12 from lab313ru/regs_write
Registers change APIs.
|
2020-10-11 14:34:31 -04:00 |
|
NovaSquirrel
|
0f0abe9788
|
Update Ppu.cpp
|
2020-10-11 14:33:50 -04:00 |
|
NovaSquirrel
|
f08c64e711
|
Fix/complete Cx4, remove PPU changes
|
2020-10-11 14:26:01 -04:00 |
|
Vladimir Kononovich
|
f514335bde
|
Registers change APIs.
|
2020-10-11 13:57:01 +03:00 |
|
NovaSquirrel
|
c1c161b2a5
|
Revert "PPU: Fixed mosaic display when reading/writing to PPU registers in the middle of a scanline"
This reverts commit 98fe9a85d6 .
|
2020-10-10 15:18:20 -04:00 |
|
NovaSquirrel
|
242dd77365
|
Port Watch Window from Mesen
|
2020-10-10 02:52:36 -04:00 |
|
NovaSquirrel
|
e25c69e54b
|
Add aliases for processor flags, for conditions
|
2020-10-10 00:22:11 -04:00 |
|
NovaSquirrel
|
7853aaef77
|
Update build instructions
|
2020-10-09 22:49:17 -04:00 |
|
NovaSquirrel
|
b8ee5f2521
|
Merge pull request #3 from NovaSquirrel/History-Viewer
History viewer
|
2020-10-09 22:36:25 -04:00 |
|
NovaSquirrel
|
931c3cf69b
|
Fix clang compile issues
|
2020-10-08 20:50:36 -04:00 |
|
NovaSquirrel
|
117e6265b0
|
Update scaling in History Viewer
|
2020-10-08 01:54:35 -04:00 |
|
NovaSquirrel
|
40d4e21cb1
|
Volume control on the history viewer
|
2020-10-08 01:36:42 -04:00 |
|
NovaSquirrel
|
781a70208c
|
Fix movie exporting?
|
2020-10-08 00:43:56 -04:00 |
|
NovaSquirrel
|
92005f89c0
|
More Pause/Lock fixes
|
2020-10-07 23:10:29 -04:00 |
|
NovaSquirrel
|
b8afcb79df
|
Progress on fixing input desyncs in history viewer
|
2020-10-07 22:42:12 -04:00 |
|