Jeffrey Pfau
|
4866164613
|
Libretro: Fix build when features are enabled on the standalone
|
2015-09-11 20:31:33 -07:00 |
Jeffrey Pfau
|
31daa4cfc5
|
GUI: Remove obsolete calls to guiFinish
|
2015-09-11 19:58:13 -07:00 |
Jeffrey Pfau
|
f0c3f6e42a
|
Qt: Fix shortcuts being updated improperly when changing input type (fixes #102)
|
2015-09-09 02:00:52 -07:00 |
Jeffrey Pfau
|
31d409c8b1
|
Qt: Add 'Apply' button to settings window (fixes #103)
|
2015-09-09 01:44:31 -07:00 |
Jeffrey Pfau
|
04272ff807
|
Libretro: Fix build
|
2015-09-07 22:25:20 -07:00 |
Jeffrey Pfau
|
11dc9f5161
|
Libretro: Use anonymous memory mappers for large blocks of memor
|
2015-09-07 22:21:25 -07:00 |
Jeffrey Pfau
|
31686c374e
|
Libretro: Fix a memory leak with the render buffer
|
2015-09-07 22:16:50 -07:00 |
Jeffrey Pfau
|
afbd795c60
|
GBA Context: Save config when closing down a GUI context
|
2015-09-07 22:09:05 -07:00 |
Jeffrey Pfau
|
8452e880c2
|
GBA Context: Move logging and option parsing into GBAContext
|
2015-09-07 22:09:05 -07:00 |
Jeffrey Pfau
|
f25486eca3
|
3DS, Wii: Add config directories
|
2015-09-07 21:45:19 -07:00 |
Jeffrey Pfau
|
90ea4cbe33
|
GBA: Fix BIOS check on big endian
|
2015-09-07 19:24:30 -07:00 |
Jeffrey Pfau
|
f155780eba
|
GUI: Make sort case-insensitive
|
2015-09-07 17:09:33 -07:00 |
Jeffrey Pfau
|
7f904876f5
|
3DS: CIA build
|
2015-09-05 18:18:36 -07:00 |
Jeffrey Pfau
|
a1232b898f
|
PSP2: Strip binaries
|
2015-09-05 13:11:31 -07:00 |
Jeffrey Pfau
|
3849901dab
|
PSP2: Drop psp2sdk
|
2015-09-05 13:05:43 -07:00 |
Jeffrey Pfau
|
14ee1589f0
|
3DS: Tweak alignment, probably does nothing
|
2015-09-05 02:54:21 -07:00 |
Jeffrey Pfau
|
20559ac2ea
|
GUI: More detailed scanning information
|
2015-09-05 00:51:26 -07:00 |
Jeffrey Pfau
|
346503cd41
|
GUI: Fix non-touch support
|
2015-09-05 00:50:51 -07:00 |
Jeffrey Pfau
|
db994ef8ab
|
PSP2: More CMake fixes
|
2015-09-04 23:07:52 -07:00 |
Jeffrey Pfau
|
0af12911a1
|
3DS, PSP2: CMake fixes
|
2015-09-04 23:04:46 -07:00 |
Jeffrey Pfau
|
4cf016d442
|
GUI: Support for touch/cursor
|
2015-09-04 22:50:20 -07:00 |
Jeffrey Pfau
|
2dcefe8fa5
|
All: CMake cleanup part 1 (ports)
|
2015-09-04 21:03:25 -07:00 |
Jeffrey Pfau
|
ddd81b27b4
|
3DS: Threading now works
|
2015-09-04 01:49:26 -07:00 |
Jeffrey Pfau
|
422d34bdb0
|
3DS: Enable threading interface
|
2015-09-04 00:56:55 -07:00 |
Jeffrey Pfau
|
914a65ffc9
|
3DS: Mostly untested threading implementation
|
2015-09-04 00:52:51 -07:00 |
Jeffrey Pfau
|
234f7425ef
|
PSP2, 3DS: Options for incrementing the screen mode
|
2015-09-03 23:47:56 -07:00 |
Jeffrey Pfau
|
5d3b6d5fd8
|
3DS, Wii: Tweak audio rates a bit
|
2015-09-03 23:47:56 -07:00 |
Jeffrey Pfau
|
3ab6a5db6b
|
3DS: Move texture to VRAM, fixing the lockup (requires newer sf2dlib)
|
2015-09-03 23:47:56 -07:00 |
Jeffrey Pfau
|
664a46c5a9
|
Util: Fix build on ancient versions of libpng
|
2015-09-03 03:06:27 -07:00 |
Jeffrey Pfau
|
4db6a13ea4
|
3DS: Just use -Ofast
|
2015-09-03 02:25:42 -07:00 |
Jeffrey Pfau
|
2cf6c73d7d
|
GUI: Cache savestate icons
|
2015-09-03 02:25:16 -07:00 |
Jeffrey Pfau
|
cb8d60e211
|
GUI: Make savestate screens show the relevant savestate picture
|
2015-09-03 01:58:50 -07:00 |
Jeffrey Pfau
|
9b14cc607d
|
3DS, PSP2, Wii: Build binaries with FEATURE_DEFINES
|
2015-09-03 01:57:50 -07:00 |
Jeffrey Pfau
|
3ef3415b7d
|
GBA Video: Always output the same bit depth from GBAVideoRenderer.getPixels
|
2015-09-03 00:31:34 -07:00 |
Jeffrey Pfau
|
02020369d1
|
GBA Video: const-correctness
|
2015-09-03 00:28:16 -07:00 |
Jeffrey Pfau
|
95f6a8f8d6
|
GBA Context: Callbacks when pausing and unpausing, for audio
|
2015-09-02 23:15:36 -07:00 |
Jeffrey Pfau
|
1df666e91d
|
3DS: Decrease audio latency
|
2015-09-02 22:59:02 -07:00 |
Jeffrey Pfau
|
1851e0da46
|
3DS: Turn on -ffast-math
|
2015-09-02 22:50:48 -07:00 |
Jeffrey Pfau
|
b091751512
|
3DS: Drastically improve sound
|
2015-09-02 22:50:35 -07:00 |
Jeffrey Pfau
|
633b29128f
|
3DS: Rearrange heaps a bit
|
2015-09-02 22:39:21 -07:00 |
Jeffrey Pfau
|
8abb52f4df
|
GBA: Clean up savestate code a bit
|
2015-09-02 22:36:24 -07:00 |
Jeffrey Pfau
|
d17c57f674
|
Merge branch 'optimization/idle-loops'
|
2015-09-01 23:13:31 -07:00 |
Jeffrey Pfau
|
ed46d63ebd
|
GBA Context: Adjustable solar sensor, map to N3DS c-stick
|
2015-09-01 23:09:48 -07:00 |
Jeffrey Pfau
|
5e759afada
|
GBA Context: Menu for savestate numbers
|
2015-09-01 22:09:40 -07:00 |
Jeffrey Pfau
|
44736f89be
|
GUI: Submenus
|
2015-09-01 22:09:12 -07:00 |
Jeffrey Pfau
|
d724d914c8
|
GUI: Menu backgrounds
|
2015-09-01 21:51:14 -07:00 |
Jeffrey Pfau
|
d16c5e3a74
|
Wii: Fix audio crackling
|
2015-09-01 20:48:57 -07:00 |
Jeffrey Pfau
|
caef2fe9a5
|
GBA: New idle loop detection metrics + Advance Wars 2 loops
|
2015-09-01 20:48:35 -07:00 |
Jeffrey Pfau
|
52048db173
|
3DS: Support LTO
|
2015-09-01 00:47:34 -07:00 |
Jeffrey Pfau
|
0abe9f524d
|
PSP2: Fix toolchains and allow building LTO
|
2015-09-01 00:31:57 -07:00 |