Brandon Wright
|
ac4d458f7b
|
Add Settings.IsPatched to know if ROM was patched.
|
2019-04-10 14:43:20 -05:00 |
Brandon Wright
|
c6facbdf4a
|
Fix BPS patch support. (ArtiiP)
|
2019-04-10 14:12:29 -05:00 |
Brandon Wright
|
07f1976dcf
|
Win32: Fix accidental frametime reversion.
|
2019-04-09 10:54:29 -05:00 |
Kenta Yoshimura
|
1f2b5988c1
|
Define alwaysinline to PIXEL functions.
|
2019-04-09 08:04:15 +09:00 |
Brandon Wright
|
6a789f9947
|
Add the separate echo buffer option.
|
2019-04-08 17:16:24 -05:00 |
Brandon Wright
|
3c879cc2b3
|
Win32: Add hacks dialog.
|
2019-04-08 16:54:24 -05:00 |
Kenta Yoshimura
|
3b9820d75b
|
Use alwaysinline with COLOR functions in gfx.h, MATH functions in tile.cpp, and CachedTile class in tile.cpp.
|
2019-04-08 01:13:07 +09:00 |
Kenta Yoshimura
|
c71429c2b7
|
Merge `FORCE_INLINE` macro to `alwaysinline` into port.h.
|
2019-04-08 01:07:16 +09:00 |
Brandon Wright
|
d404f3fd39
|
Tweak 16x16 icon.
|
2019-04-06 17:42:51 -05:00 |
Brandon Wright
|
0d4bcb55bc
|
GTK: Fix up PortAudio output a bit.
|
2019-04-03 19:23:54 -05:00 |
Brandon Wright
|
b6fcbe0f46
|
Shaders: Use GL_X_MIPMAP_X with mipmap_input.
|
2019-04-03 18:32:17 -05:00 |
Brandon Wright
|
5f8d4bd26e
|
Fix icon proportions to be precise.
|
2019-04-03 17:22:26 -05:00 |
Brandon Wright
|
53d7441c7c
|
Win32: Fix blurriness on flat icon. Add glossy icon.
|
2019-04-03 16:56:21 -05:00 |
Brandon Wright
|
8eca5590e1
|
SFX: Make SFX2 1/3 faster than 1.59.2.
|
2019-04-03 13:14:14 -05:00 |
Brandon Wright
|
43d54e1fb0
|
Use old 3D icons with a new 48x48 size added.
|
2019-04-03 12:19:55 -05:00 |
Brandon Wright
|
ee9c95ca6b
|
Adjust SuperFX2 speed slightly.
|
2019-04-03 12:08:43 -05:00 |
Brandon Wright
|
8035c3073f
|
Fix icons. Add LodanZark's flat icon as an option.
|
2019-04-03 12:01:58 -05:00 |
Kenta Yoshimura
|
9cec789d1b
|
Try to fix syntax error.
|
2019-04-03 21:17:47 +09:00 |
Kenta Yoshimura
|
4ec594f53a
|
Fix syntax error.
|
2019-04-03 08:28:10 +09:00 |
Kenta Yoshimura
|
e7cb965bfa
|
Remove unused line.
|
2019-04-03 01:42:38 +09:00 |
Kenta Yoshimura
|
e59ccab0b4
|
Unmacro GET_CACHED_TILE, IS_BLANK_TILE and SELECT_PALETTE.
|
2019-04-03 01:12:50 +09:00 |
Kenta Yoshimura
|
e54b9f4354
|
Remove top-level #include.
|
2019-04-03 01:12:50 +09:00 |
Kenta Yoshimura
|
867ee9c689
|
Remove second-level #inclue and third-level #include.
|
2019-04-03 01:12:50 +09:00 |
Kenta Yoshimura
|
b4142cb1f1
|
Remove tile drawing facade functions.
|
2019-04-03 01:12:50 +09:00 |
Kenta Yoshimura
|
7b31af02a2
|
Unmacro DRAW_TILE.
|
2019-04-03 01:12:50 +09:00 |
Kenta Yoshimura
|
6424a471f3
|
Merge macro OFFSET_IN_LINE.
|
2019-04-03 01:12:50 +09:00 |
Kenta Yoshimura
|
824eab3acc
|
Unmacro DRAW_PIXEL Hires.
|
2019-04-03 01:12:50 +09:00 |
Kenta Yoshimura
|
3aecd16edd
|
Unmacro DRAW_PIXEL Normal1x1.
|
2019-04-03 01:12:50 +09:00 |
Brandon Wright
|
51edec756f
|
GTK: OpenGL: Don't spin with sync_control option.
|
2019-04-01 17:10:12 -05:00 |
Brandon Wright
|
e87b742787
|
Recorrect green bit math.
|
2019-04-01 11:43:56 -05:00 |
Brandon Wright
|
ff964ded04
|
Update changes.txt.
|
2019-03-31 18:22:20 -05:00 |
Brandon Wright
|
bd7669e78c
|
libretro: Use 565 format for NTSC filter.
|
2019-03-31 15:32:49 -05:00 |
Brandon Wright
|
a2ef6e3818
|
Fix android compile with ntsc filter.
|
2019-03-30 20:21:07 -05:00 |
stellarporter
|
2d960df03e
|
blargg filter
|
2019-03-30 19:20:48 -05:00 |
Brandon Wright
|
d975010369
|
Fix inadvertent use of C++11 in core.
|
2019-03-30 19:18:01 -05:00 |
Brandon Wright
|
d1d9a2ae51
|
Change variable names to make sense.
|
2019-03-27 15:42:40 -05:00 |
Brandon Wright
|
3b842f896b
|
Adjust new math to do 15->16 bit correctly.
|
2019-03-27 15:28:23 -05:00 |
Brandon Wright
|
9721f78df1
|
Select brightness function in tile renderer.
|
2019-03-27 11:42:31 -05:00 |
Brandon Wright
|
2d97d2dd98
|
Use for loops for DRAW_TILE. 3-4% speed benefit.
|
2019-03-26 12:04:23 -05:00 |
Brandon Wright
|
8513ecec51
|
win32: Nominal frame time NTSC: 60.09881...
|
2019-03-25 16:17:22 -05:00 |
Brandon Wright
|
656f085331
|
Another splash option.
|
2019-03-25 16:16:08 -05:00 |
Brandon Wright
|
0d137c1224
|
Save mipmap_input parameter to custom config.
|
2019-03-24 15:57:59 -05:00 |
Brandon Wright
|
0deed414b9
|
GTK: Remove mostly unused status bar.
Don't bypass compositor in UI-fullscreen mode.
|
2019-03-24 12:25:29 -05:00 |
Brandon Wright
|
54ba8798b5
|
GTK: Add right-click menu.
|
2019-03-22 16:51:48 -05:00 |
Brandon Wright
|
83505d88c2
|
GTK: Fix broken keys.
|
2019-03-22 11:59:50 -05:00 |
Brandon Wright
|
bdf0e426e0
|
GTK: Allow one key for multi joypad assignments.
Lets you do stuff like Chrono Trigger L+R+A or all punch buttons in
fighting games.
|
2019-03-21 17:54:27 -05:00 |
Brandon Wright
|
dfe66f57b3
|
GTK: Add new splash background options.
|
2019-03-21 16:37:00 -05:00 |
Brandon Wright
|
2988cbb8ac
|
Proper 16-bit color conversion.
|
2019-03-21 15:28:31 -05:00 |
Brandon Wright
|
cc1f6de281
|
GTK: Yes, we want button and menu images.
|
2019-03-20 11:54:16 -05:00 |
Brandon Wright
|
c39f769002
|
Merge branch 'master' of github.com:snes9xgit/snes9x
|
2019-03-18 14:29:07 -05:00 |