Lior Halphon
1e5e236e84
Correct default mapping for PS5 and PS4 controllers
2021-06-01 00:33:25 +03:00
Lior Halphon
ebb0cb5e81
Added optional OSD (SDL)
2021-05-30 23:39:59 +03:00
Lior Halphon
3ed18a76da
Added optional OSD (Cocoa)
2021-05-30 20:55:04 +03:00
Morilli
64d484476d
Fix vector<T>::acquire() arguments
2021-05-26 17:02:48 +10:00
Lior Halphon
033f025851
Added volume control to the Cocoa port
2021-05-21 18:12:29 +03:00
Lior Halphon
75d3470d55
That code made very little sense
2021-05-19 00:15:02 +03:00
Lior Halphon
fcbbecea17
Fix #386
2021-05-18 20:21:21 +03:00
Lior Halphon
2afeb7dee3
Place a cap on the GBS file size
2021-05-17 17:11:41 +03:00
Lior Halphon
ea67a7e3f0
Merge pull request #379 from jprjr/gbs-buffer
...
gbs: function to load from memory buffer
2021-05-17 16:53:12 +03:00
Lior Halphon
9b2dfe7ae2
Style fixes
2021-05-17 16:52:55 +03:00
Lior Halphon
e9ab7fa7df
Merge pull request #382 from Mailaender/patch-1
...
Fixed the desktop categories
2021-05-17 16:44:53 +03:00
Lior Halphon
c944142b36
Fall back to .snX if no .sX save state found
2021-05-07 00:33:04 +03:00
Lior Halphon
a4a8ad00d5
Display usage on invalid options
2021-05-06 00:26:45 +03:00
Lior Halphon
0dff3ef144
A flag to disable OpenGL, better and more stable handling of no-OpenGL mode
2021-05-06 00:23:46 +03:00
Lior Halphon
1d0366052d
Updater support
2021-04-25 22:28:24 +03:00
Matthias Mailänder
898ef2c981
Fix the desktop categories.
2021-04-23 20:43:34 +02:00
Lior Halphon
ea05a0c765
Don't save 0x6000 for MBC3 in BESS
2021-04-23 21:05:33 +03:00
Lior Halphon
ac5b0aca2c
RTC accuracy fix
2021-04-23 21:01:17 +03:00
John Regan
0e8d8effdf
gbs: function to load from memory buffer
2021-04-20 08:38:53 -04:00
Lior Halphon
a2d3b8c174
Support for non-standard GBS files with a loading address at 0
2021-04-19 20:58:27 +03:00
Lior Halphon
c29edc1963
Handle loading errors
2021-04-19 20:57:28 +03:00
Lior Halphon
2971b17701
Add support for ugetab's GBS extensions, fixes #377
2021-04-19 00:32:10 +03:00
Lior Halphon
5f2e893828
Allow GBS files with loading addresses 0x6E-0x3FF, fixes #376
2021-04-19 00:08:21 +03:00
Lior Halphon
d9b9385eb4
Typo fix
2021-04-17 18:13:19 +03:00
Lior Halphon
939817df73
Update version, finalize BESS 1.0
2021-04-17 16:59:22 +03:00
Lior Halphon
e8158be454
Merge branch 'bess' into gbs
2021-04-17 16:57:05 +03:00
Lior Halphon
9fcdc082d2
Fix an SDL crash, minor tweak to BESS SGB
2021-04-17 16:37:55 +03:00
Lior Halphon
817c4a7752
Merge branch 'bess' into gbs
2021-04-16 16:35:21 +03:00
Lior Halphon
87a2d48675
Redo TPP1 saving, fix RTC and HUC3 in BESS
2021-04-16 00:35:54 +03:00
Lior Halphon
f0a6488546
Added optional INFO block
2021-04-15 21:57:38 +03:00
Lior Halphon
2078c2a8fb
Use semantic popup icons instead of always using error
2021-04-15 02:42:31 +03:00
Lior Halphon
98a39ae49a
ATTR_CHR does not seem to wrap around screen (only lines/columns)
2021-04-14 23:39:07 +03:00
Lior Halphon
b325148544
Update and clarify specification
2021-04-14 23:37:00 +03:00
Lior Halphon
ba6e22dfc0
Merge branch 'bess' into gbs
2021-04-14 16:44:51 +03:00
Near
55e05c89c2
Fix critical undefined bit-shift length operation
...
Natural/Integer<T>.bit() (BitRange) was shifting by whatever type the source was to match the target bit length.
But this breaks when the target type is u64/s64 and the source type is u32/s32 or smaller. Shifting by >=32 becomes undefined behavior.
We have to cast the input source to the target type first, so that the source<<shift result is valid.
This is safe here regardless of source's signedness, because it's only used in =, &=, ^=, |= operations.
2021-04-14 22:55:36 +10:00
Lior Halphon
dd86077410
Use the older, more available API
2021-04-14 15:24:06 +03:00
Lior Halphon
8a84a5897e
Allow drag&drop of state files
2021-04-14 15:20:01 +03:00
Lior Halphon
c1509b6339
KEY0 info
2021-04-13 23:34:49 +03:00
Lior Halphon
6f0b640702
More clarifications
2021-04-13 22:32:45 +03:00
Lior Halphon
79f109b463
Clarify MBC block
2021-04-13 22:08:25 +03:00
Lior Halphon
43fb86320e
Hard fail on unexpected SGB blocks
2021-04-13 22:05:13 +03:00
Lior Halphon
0af4f1fa4d
Clarify SGB multiplayer, handle count = 0
2021-04-13 21:33:13 +03:00
Lior Halphon
24915e41eb
TPP1 in BESS
2021-04-13 20:56:09 +03:00
Lior Halphon
976f5e4d02
Merge branch 'master' into bess
2021-04-13 20:50:29 +03:00
Lior Halphon
fada772cb1
Don't use BESS for internal in-memory saves
2021-04-13 20:35:07 +03:00
Lior Halphon
dfdbff7304
Allow writes to the $a000-$bfff range in the MBC block
2021-04-13 16:01:44 +03:00
Lior Halphon
6ee488688b
Update spec
2021-04-13 01:11:06 +03:00
Lior Halphon
a3a73602fc
ATF is only 0xFD2 bytes, not 0xFE0
2021-04-13 01:09:29 +03:00
Lior Halphon
5b993ed775
Add HuC3 to BESS
2021-04-12 23:36:42 +03:00
Lior Halphon
4346b063f5
Wording
2021-04-12 22:48:05 +03:00