3657 Commits

Author SHA1 Message Date
Toad King
1ef0f4065d (RGUI) add support for loading font from .bin file
do not store two separate color buffers for font
saves around 400kb
2012-08-26 20:33:45 -04:00
Themaister
d68f5424dc Add possibility to avoid screenshoting viewport. 2012-08-26 21:18:52 +02:00
Squarepusher
9d3f27510b Merge pull request #47 from freakdave/master
(Xbox 1) Fixed screen residues from temporary messages appearing in certain viewports
2012-08-26 11:06:02 -07:00
freakdave
e525f20b2a (Xbox 1) Fixed screen residues from temporary messages appearing in certain viewports
(Xbox 1) Fixed include typo in xdk_d3d8.cpp
2012-08-26 20:00:53 +02:00
Themaister
ac99ffe46e Fix minor oops. 2012-08-26 00:17:22 +02:00
Themaister
3681e4a846 Terminate recording if resolution changes.
Simpler this way.
2012-08-25 22:48:09 +02:00
Themaister
304615510a Start adding GPU recording to FFmpeg. 2012-08-25 22:38:49 +02:00
Toad King
e479a50203 (GX) refactor EFB screenshot code
now might be feasible to implement it in normal compiles
2012-08-24 23:31:58 -04:00
Toad King
492e474826 (GX) change menu buffer back to 16-bit 2012-08-24 21:29:05 -04:00
Toad King
2554ec311d (GX) filter filebrowser by file extension 2012-08-24 19:42:08 -04:00
Themaister
c26413dd9a (Wii) Fix build. 2012-08-24 23:32:40 +02:00
Themaister
fc423995ee (Wii) Attempt to fix L/R channel issue. 2012-08-24 23:13:18 +02:00
Toad King
763dbe091f (GX) add hack for taking EFB screenshots on exit
only should be used for taking promotion screenshots
2012-08-24 16:51:11 -04:00
Toad King
31272e9a9d (GX) use dirent.d_type for deciding filetype instead of "stat"int each file
GREATLY reduces filebrowser lag for large folders
2012-08-24 02:24:13 -04:00
Themaister
4abe4fb6e0 Also create full+redist build when doing Win32 builds. 2012-08-23 21:37:46 +02:00
Twinaphex
b3d1845b18 (PS3/Wii) Name ELF file targets uniquely v0.9.7 v0.9.7-consoles 2012-08-23 12:25:50 +02:00
Twinaphex
51cd67bc89 (RMenu) Don't show prev messages for filebrowser-based menus 2012-08-23 05:10:11 +02:00
Twinaphex
aedfb68603 Fix in rarch_configure_libretro 2012-08-23 00:46:44 +02:00
Twinaphex
51d17c1040 (PS3) Bug fix - first load the config file, then write back config file
with new libretro path
2012-08-23 00:21:49 +02:00
Twinaphex
08790a02f9 (Libretro management) if core file has been upgraded/renamed,
forcefully write to config file before loading it
2012-08-23 00:17:05 +02:00
Twinaphex
90b481acbd (Salamander PS3) Create config file with libretro_path if it doesn't exist 2012-08-23 00:09:51 +02:00
Toad King
946d09251c (GX) have salamander set libretro_path 2012-08-22 18:20:33 -04:00
twinaphex
aba0d0de79 (Salamander XDK) Salamander takes care of setting a
config file with a proper libretro_path
2012-08-23 00:15:58 +02:00
Toad King
42b6fdf97a (GX) fix CORE renaming 2012-08-22 17:39:55 -04:00
Twinaphex
bbaf29c4e6 Clean up rarch_console_load_game_wrap 2012-08-22 23:05:18 +02:00
Toad King
90c10a79b0 (RARCH_CONSOLE) always set libretro path if not set 2012-08-22 17:11:18 -04:00
Twinaphex
66b8d08fa8 (Libretro mgmt) Make IS_SALAMANDER ifdef the default 2012-08-22 22:46:34 +02:00
Themaister
07560e25b4 Allow dir_list_new to compare against dotted exts as well. 2012-08-22 22:43:44 +02:00
Twinaphex
5a07d757e9 (Libretro management) some cleanups 2012-08-22 22:04:46 +02:00
Toad King
059cfd3c24 (GX) fix potential null-pointer exceptions 2012-08-22 16:05:03 -04:00
Toad King
a88e9e024f (GX) fix USB support 2012-08-22 15:56:39 -04:00
Twinaphex
c065f93e7c (RMenu) Add 'Quit RetroArch' setting option 2012-08-22 21:27:21 +02:00
Themaister
fa5164fb8d Update some more files. 2012-08-22 20:01:19 +02:00
Themaister
b5918fa02a Update to 0.9.7. 2012-08-22 19:57:07 +02:00
Twinaphex
207eea3954 (Salamander/RetroArch) Add default_paths.salamander_file 2012-08-22 19:30:20 +02:00
Toad King
54234060dc (GX) hack for libretro_path on first boot 2012-08-22 13:21:07 -04:00
twinaphex
ef3a84d6e0 (XDK Salamander) Small variable cleanups 2012-08-22 18:52:21 +02:00
twinaphex
51864da249 (360) set_first_file fixed - Salamander is called default.xex now 2012-08-22 18:45:40 +02:00
Toad King
aaf898fde8 (RGUI) fix rom loading message not appearing 2012-08-22 12:26:11 -04:00
Twinaphex
c48b5a30da (GX) Always try to save config file at exit 2012-08-22 18:10:27 +02:00
Twinaphex
3669de1228 (Salamander PS3) Fix set_first_file 2012-08-22 18:08:14 +02:00
twinaphex
2abe11cb55 (Xbox 1 Salamander) Set first file fixed
(RARCH_CONSOLE) If a config file doesn't exist, it has to
be created before we attempt to save it or else we will run
into an unfortunate 'chicken egg problem' - confirmed problem
on Xbox 1
2012-08-22 17:39:44 +02:00
twinaphex
eca2c09fdd (Xbox 1 RMenu) Add sound volume level setting 2012-08-22 16:59:12 +02:00
twinaphex
f921744ab4 (Xbox 1) Free up 8MB of RAM - Street Fighter Alpha 3 and all
big CPS2 ROMS work now
2012-08-22 16:22:42 +02:00
Twinaphex
16ef6ea771 (RMenu) Shortened some text messages so that it fits on Xbox 1 2012-08-22 15:50:14 +02:00
twinaphex
2ab41bbbeb (RMenu Xbox 1) Build fix 2012-08-22 15:54:23 +02:00
Twinaphex
ec4fc43f57 (RMenu) Some aesthetic changes 2012-08-22 15:39:39 +02:00
Twinaphex
32df722960 (RMenu) L and R buttons now toggle between drive mappings 2012-08-22 14:35:08 +02:00
Toad King
fcbcf03f65 (RGUI) change screenshot directory 2012-08-22 08:16:49 -04:00
Twinaphex
8adfd6e948 (RMenu/PS3/Xbox 1) Add D-pad emulation setting 2012-08-22 14:04:33 +02:00