Shideravan
c1976866a9
Adding fancy license button
...
It's linked with the bsnes license page
2021-08-21 23:39:14 -03:00
Shideravan
80b53c2d1c
As asked, removing redundant section too
2021-08-21 23:34:47 -03:00
Shideravan
c74f5d77e0
More changes, following the suggestions
...
* MSYS is being recomended as another good alternative (thanks for the suggestion @jchv
* bsnes isn't bold anymore
* I changed back the link in comunity section for the same invite link already it has (and now with a fancy new button)
* Changed the I and II to more usual markdown items
* Now all the text in the README is using default MD (then rather than "-----" we have hyrarchical subtitling
* The prerequisites now is separated and better explained. Note that I'm just pointing the websites for the user get his better suited version of the compilation suite
* Git is now optional. Further instructions is given about how to download the code manually without the need of Git.
* Now the text is no longer "windows only" with instructions that can be used in Linux and MacOS too.
2021-08-21 23:33:06 -03:00
Shideravan
ffbe7a867f
Small update
2021-08-05 02:27:43 -03:00
Shideravan
c56773bda8
Better formatting
2021-08-05 01:52:09 -03:00
Shideravan
7d0d7525aa
Just removing some unnecessary line skips
2021-08-04 22:47:14 -03:00
Shideravan
2adc654acc
Adding windows compile instructions
...
This may help newcomers on how to easily compile bsnes
2021-08-04 22:43:04 -03:00
Rupert Carmichael
063e645ff2
nall: File timestamp fix for OpenBSD and DragonFly BSD, add DragonFly BSD to PLATFORM_BSD definition
2021-08-01 14:50:01 +10:00
Rupert Carmichael
3ccb543622
Set up SameBoy log callback
2021-08-01 09:49:13 +10:00
Rupert Carmichael
8c1f41e65a
Build updates for SameBoy 0.14.4
2021-08-01 09:48:51 +10:00
Tim Allen
56e359af28
Merge commit 'de500cd397f6028e43574ecd36168bc4665e30bc' into update-subtrees
2021-08-01 09:46:40 +10:00
Tim Allen
139a44b142
Merge commit 'fba00e5d3404e1bcfe1007ee2e3bfc3b3bb888af' into update-subtrees
2021-08-01 09:46:29 +10:00
Kawa
fba00e5d34
Merge pull request #33 from carmiker/master
...
Whitespace consistency in OpenBSD-specific code
2021-07-31 14:45:49 +02:00
Rupert Carmichael
d31ac2e10b
Whitespace cleanup in OpenBSD-specific code
2021-07-30 21:16:15 -04:00
Lior Halphon
de500cd397
Update version to 0.14.4
2021-07-30 19:09:18 +03:00
Lior Halphon
c459058156
That was silly
2021-07-30 14:10:04 +03:00
Lior Halphon
48397683b8
Merge pull request #389 from tommitytom/master
...
Fix Windows build in clang-cl
2021-07-30 13:50:26 +03:00
Lior Halphon
0b2411ecc6
Merge branch 'libretro-core-options'
2021-07-29 23:29:47 +03:00
Lior Halphon
c7e8d7fa13
Minor cleanup
2021-07-29 23:19:13 +03:00
Lior Halphon
6138833b28
Style fixes
2021-07-29 23:03:36 +03:00
Lior Halphon
690a263648
Major improvements to JoyKit, fixing Xbox and 8BitDo controllers as well as analog mappings in PS controllers in some situations
2021-07-29 22:43:55 +03:00
Morilli
41f30f348a
Remove unnecessary WIN* defines.
...
We keep WINVER and _WIN32_WINNT because different versions of mingw-w64 have different defaults.
Fixes #198 .
2021-07-28 15:09:19 +10:00
Lior Halphon
0ff882f3bc
Actually do what the previous commit claimed to do
2021-07-28 00:47:19 +03:00
Lior Halphon
b454ee28db
Fix an issue where SameBoot gave DMG games the wrong palette and needlessly drew the DMG boot tilemap
2021-07-27 22:18:28 +03:00
Lior Halphon
4d1a28f1d1
Improved OAM bug accuracy in several read edge cases
2021-07-25 16:34:34 +03:00
Tim Allen
e8105c46a7
Add a link to the official Discord.
...
With Near's death, we no longer have access to update https://bsnes.dev ,
so we'll need to put links in the README now.
2021-07-12 18:51:52 +10:00
Lior Halphon
1d7692cff5
Fix blurry VRAM viewer grid lines
2021-07-11 23:12:46 +03:00
Lior Halphon
a5325d3374
Improved ticks command, more accurate speed switch timings, better odd-mode warnings
2021-07-11 21:49:58 +03:00
Lior Halphon
6f6f72dcbd
More accurate emulation of STOP
2021-07-11 12:11:12 +03:00
Lior Halphon
efb644bc72
MBC5 RAM enable is 8 bit
2021-07-10 15:02:15 +03:00
Rupert Carmichael
52d9bfde94
Port to OpenBSD
2021-07-06 20:09:44 +10:00
Ryunam
75ec1c0334
[Libretro] Fix small typo in palette description
2021-06-27 11:22:27 +02:00
Ryunam
e1453f1961
[Libretro] Upgrade Core Options to v1.3
2021-06-26 23:40:22 +02:00
Lior Halphon
278224299f
Fixed double->single speed switch causing misaligned CPU timing
2021-06-26 13:55:34 +03:00
Lior Halphon
94add1d172
Add "Harsh Reality" color correction mode
2021-06-25 19:57:56 +03:00
Lior Halphon
a2d34c9bd9
Add -s/--stop-debugger flag to SDL, closes #392
2021-06-25 17:12:05 +03:00
Lior Halphon
ceacc226bc
Fixed Switch Pro Controller in USB mode
2021-06-23 21:21:53 +03:00
Lior Halphon
23e8cc58c5
Vblank should occur 1 T-cycle later
2021-06-19 02:14:16 +03:00
Lior Halphon
b4709fd66b
Disabled an accuracy-improvement-attempt that caused audio regressions until the proper behavior is well understood, fixes #390
2021-06-18 01:36:29 +03:00
Lior Halphon
339613263c
Fixed a bug that prevented STAT interrupt blocking from functioning correctly in the transition to VBlank while the OAM interrupt was disabled
2021-06-18 01:20:05 +03:00
Tom Yaxley
a12ec3c8c8
Fix Windows build in clang-cl
2021-06-06 12:04:47 +10:00
Lior Halphon
7a6ae2d951
Improved DualSense LEDs, fix several analog controls issues
2021-06-04 22:21:41 +03:00
Lior Halphon
e71d3a7d3c
First-tier support for DualSense controllers with rumble and LED support
2021-06-04 18:17:14 +03:00
Lior Halphon
b444ecd1ee
Fix configuration of analog shoulder buttons for analog turbo/slow motion when using a PS5 controller
2021-06-01 00:46:06 +03:00
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