OV2
|
bd9eca3773
|
Merge pull request #558 from Dwedit/libretro-project-update
Update MSVC 2010 libretro Project files, and add MSVC 2017 libretro project files
|
2019-08-08 19:25:44 +02:00 |
Dwedit
|
b7ddb478d2
|
Update MSVC 2010 Project files
Add MSVC 2017 Project files
|
2019-08-08 11:05:00 -05:00 |
OV2
|
f47b4ee5ca
|
win32: add menu entry to load oops files
|
2019-08-03 15:55:37 +02:00 |
OV2
|
9377e50a7d
|
win32: add option to confirm save/load operations (#555)
|
2019-08-03 15:55:31 +02:00 |
Brandon Wright
|
b091b90547
|
Fix out-of-bounds memory access. (Sour via byuu)
|
2019-08-01 13:07:44 -05:00 |
bearoso
|
27314dc6bc
|
Merge pull request #553 from JotaRandom/master
Update translations
|
2019-07-17 20:00:05 -05:00 |
Pablo Lezaeta
|
254a70cd94
|
Update translations
Signed-off-by: Pablo Lezaeta <prflr88@gmail.com>
|
2019-07-17 17:45:40 -04:00 |
Brandon Wright
|
4a8e6f204a
|
gtk: Add explanation to both includes.
|
2019-07-16 11:21:58 -05:00 |
Brandon Wright
|
c3388602bb
|
gtk: Undef vector and bool after SDL.h
|
2019-07-16 11:16:10 -05:00 |
OV2
|
683bba5b77
|
Merge pull request #548 from MichaelBuckley/mac-build
Update .gitignore, adding Xcode entries, and add an Xcode build file
|
2019-07-04 19:02:31 +02:00 |
Michael Buckley
|
16f1e9e539
|
Add contents.xcworkspacedata to repoistory
|
2019-07-04 09:46:44 -07:00 |
Michael Buckley
|
1e555c49dc
|
Update .gitignore from gitignore.io, adding Xcode entries
|
2019-07-04 09:44:49 -07:00 |
bearoso
|
bf4e6f8b62
|
Merge pull request #523 from yoffy/unmacro-tile
Unmacro tile.cpp
|
2019-06-26 16:46:12 -05:00 |
Brandon Wright
|
6fbdb48c6f
|
GTK: Tweak onscreen 'g' a bit.
|
2019-06-26 16:42:30 -05:00 |
Brandon Wright
|
5e81da0b67
|
win32: Apply turbo mode volume when rewinding.
|
2019-06-23 16:48:03 -05:00 |
Brandon Wright
|
16ca2f95c8
|
slang: Macro out printuniforms function.
|
2019-06-23 16:44:03 -05:00 |
Brandon Wright
|
88771fbc97
|
Trim data elements beginning with colons in bml.
|
2019-06-23 16:43:28 -05:00 |
Brandon Wright
|
1580c5f00f
|
GTK: Add explicit operator= to binding
Silences a new warning in GCC 9. implicit operator= is now
deprecated.
|
2019-06-19 12:15:36 -05:00 |
Brandon Wright
|
721abf510c
|
GTK: Silence meson warning.
|
2019-06-19 12:13:41 -05:00 |
Brandon Wright
|
68bf0fe385
|
Use helper function.
|
2019-06-05 13:04:21 -05:00 |
Brandon Wright
|
ac1bfe2369
|
Fix MSVC build.
|
2019-06-02 20:04:44 -05:00 |
Brandon Wright
|
124323f614
|
C++ification of bml parser.
|
2019-06-02 19:09:52 -05:00 |
Brandon Wright
|
abed48e2d0
|
Don't use a magic depth number for attributes.
|
2019-06-02 15:58:04 -05:00 |
Brandon Wright
|
cb7602263f
|
GTK: Fix a label alignment.
|
2019-05-31 14:53:21 -05:00 |
Brandon Wright
|
ffe72224bd
|
Revert "SFX: Make SFX2 1/3 faster than 1.59.2."
This reverts commit 8eca5590e1 .
|
2019-05-31 12:25:08 -05:00 |
bearoso
|
74aa72d55a
|
Merge pull request #542 from funbars/android
libretro android makefile (fix)
|
2019-05-26 22:09:59 -05:00 |
funbars
|
eecd44a724
|
libretro android makefile (fix)
|
2019-05-26 21:14:57 -05:00 |
OV2
|
66f1ac2abc
|
win32: reset d3d viewport before clearing (#531)
|
2019-05-20 21:15:32 +02:00 |
Brandon Wright
|
969a9c601e
|
libretro: Fix stupidity.
|
2019-05-18 17:13:00 -05:00 |
Ryan 'Swingflip' Hamlin
|
78afba0581
|
Added Classic Armv7 A7 and A8A35
|
2019-05-18 17:12:06 -05:00 |
bearoso
|
1e96cc74e1
|
Merge pull request #539 from funbars/uwp
libretro uwp
|
2019-05-15 19:32:48 -05:00 |
funbars
|
8be02bd5b5
|
libretro uwp
|
2019-05-15 13:30:24 -05:00 |
Brandon Wright
|
4f965300f7
|
Reduce manual allocation in BML parser and cheats.
Less risk of potential memory leaks.
|
2019-05-14 17:42:41 -05:00 |
Brandon Wright
|
f8a0fadfa1
|
GTK: Use C++ memory allocation.
|
2019-05-14 15:34:25 -05:00 |
Brandon Wright
|
124594d220
|
GTK: Use a struct for S9xApplyAspect output.
Reusing the parameters is likely confusing.
|
2019-05-14 14:59:51 -05:00 |
Brandon Wright
|
38d2d2773c
|
win32: Set inactive pause on minimize size event.
|
2019-05-13 15:29:42 -05:00 |
Brandon Wright
|
9a1d3eccfc
|
GTK: Fix positioning, label detail.
|
2019-05-12 09:56:23 -05:00 |
bearoso
|
680ca64078
|
Merge pull request #538 from TaimoorCodes/showtime
Add option to show time for GTK version
|
2019-05-12 09:53:11 -05:00 |
Taimoor Ahmad
|
f3da1c9496
|
Add show time option to GTK UI. It is disabled by default.
|
2019-05-11 23:30:10 -04:00 |
Taimoor Ahmad
|
d16c9775a9
|
Only show if DisplayTime is enabled in settings
|
2019-05-11 23:24:17 -04:00 |
Taimoor Ahmad
|
ed4804ce85
|
Move to bottom left corner. Fix formatting for time.
|
2019-05-11 23:04:57 -04:00 |
Taimoor Ahmad
|
35531f2962
|
DisplayTime shows in corner now
|
2019-05-11 22:53:16 -04:00 |
Brandon Wright
|
52f521160a
|
libretro: Ensure RetroArch's texture width is multiple of 4.
|
2019-05-11 16:18:38 -05:00 |
Kenta Yoshimura
|
84f32cdca2
|
Fix build failure on gtk.
|
2019-05-07 23:15:06 +09:00 |
OV2
|
c74d459d41
|
Merge pull request #535 from yoffy/optimization-flags
unix: Defaults -O3 and adds --enable-sse41, --enable-avx and --enable-neon.
|
2019-05-06 17:26:27 +02:00 |
Kenta Yoshimura
|
8452680d0a
|
unix: Revert -Ofast to -O3.
|
2019-05-06 23:56:06 +09:00 |
Kenta Yoshimura
|
c1042e5349
|
unix: Defaults -Ofast and adds --enable-sse41, --enable-avx and --enable-neon.
|
2019-05-05 02:57:02 +09:00 |
Kenta Yoshimura
|
0f71fcd0ab
|
unix: Fix --enable-debug or -O3 not working.
|
2019-05-05 02:47:21 +09:00 |
Kenta Yoshimura
|
2898a9967a
|
Fix build failure on libretro.
|
2019-05-04 15:45:36 +09:00 |
Kenta Yoshimura
|
7603ed09d2
|
tile: Divide instantiations. This enables parallel compilation.
|
2019-05-04 15:01:01 +09:00 |