Support and General Use > Recording

Recording Enhancements Pack

<< < (141/189) > >>

Rincewind:
just a note for Mmmm: it is very likely that I make a new record button patch at the end of next week.

Mmmm:
Well, after saying all that I went ahead and did it anyway seeing as I had a bit of spare time. So post#1 has the new patch and my new build. (So, Rincewind, when you're updating, you may want a look in here for the new settings and menu code for your patch).  

 (I haven't updated the extra patches that are usually in my build so for now there is no left to wps and click insert and whatever else is usually in there. So my build is purely REP at the moment).

Peter200lx:
I was just wondering how much longer until this is updated? Has the new menu progressed far enough yet for a new version of the REP?

Mmmm:

--- Quote from: Peter200lx on February 25, 2007, 05:56:11 PM ---I was just wondering how much longer until this is updated? Has the new menu progressed far enough yet for a new version of the REP?

--- End quote ---
??What do you mean?? look at the post above yours, I updated it on 17th Feb!

(Whenever I do an update I modify post#1 so that the modified date of post#1 should be the version date)

(and I've just updated it again today..... :) )

x1jmp:
There's missing an adjustment in apps/gui/statusbar.c on which breaks compiling on RTC targets


--- Code: ------  apps/gui/statusbar.c      2007-02-27 14:27:24.412249030 +0100
+++ apps/gui/statusbar.c        2007-02-27 14:23:54.851257558 +0100
@@ -155,7 +155,7 @@
 static void gui_statusbar_timer(struct screen * display, int dy, int hr, int mn, int sc);
 #endif
 #ifdef CONFIG_RTC
-static void gui_statusbar_time(struct screen * display, int hour, int minute);
+static void gui_statusbar_time(struct screen * display, int hour, int minute, bool timer_display);
 #endif
 #endif

--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version