[mupen64plus-rsp-z64] 74/140: Reformat patches with histogram diff

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:05:23 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch master
in repository mupen64plus-rsp-z64.

commit e0f58e46a67519cea37f3a9dce07c57f6ca38496
Author: Sven Eckelmann <sven at narfation.org>
Date:   Mon Oct 24 12:43:01 2011 +0200

    Reformat patches with histogram diff
---
 debian/patches/hle_compat.patch | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

diff --git a/debian/patches/hle_compat.patch b/debian/patches/hle_compat.patch
index b815ca9..a80389b 100644
--- a/debian/patches/hle_compat.patch
+++ b/debian/patches/hle_compat.patch
@@ -88,32 +88,35 @@ index 4c5b8ad649c541f9497c8d7c17de9b962efc42cf..82bd64cc678a42814484143118851147
 -        //     *z64_rspinfo.MI_INTR_REG |= R4300i_SP_Intr;
 -        //     z64_rspinfo.CheckInterrupts();
 -        //   }
+-
+-        // *z64_rspinfo.DPC_STATUS_REG &= ~0x0002;
+-        // return Cycles;
+-        //   }
+-
+-        if (TaskType == 2) {
+-            if (z64_rspinfo.ProcessAList != NULL) {
+-                z64_rspinfo.ProcessAList();
 +        if (TaskType == 1) {
 +            if (z64_rspinfo.ProcessDlistList != NULL) {
 +                z64_rspinfo.ProcessDlistList();
-+            }
+             }
+-            *z64_rspinfo.SP_STATUS_REG |= (0x0203 );
 +            *z64_rspinfo.SP_STATUS_REG |= (0x0203);
 +            if ((*z64_rspinfo.SP_STATUS_REG & SP_STATUS_INTR_BREAK) != 0 ) {
 +                *z64_rspinfo.MI_INTR_REG |= R4300i_SP_Intr;
 +                z64_rspinfo.CheckInterrupts();
 +            }
- 
--        // *z64_rspinfo.DPC_STATUS_REG &= ~0x0002;
--        // return Cycles;
--        //   }
++
 +            *z64_rspinfo.DPC_STATUS_REG &= ~0x0002;
 +            return Cycles;
 +        }
 +#endif
- 
++
 +#ifdef AUDIO_HLE_ALLOWED
-         if (TaskType == 2) {
--            if (z64_rspinfo.ProcessAList != NULL) {
--                z64_rspinfo.ProcessAList();
++        if (TaskType == 2) {
 +            if (z64_rspinfo.ProcessAlistList != NULL) {
 +                z64_rspinfo.ProcessAlistList();
-             }
--            *z64_rspinfo.SP_STATUS_REG |= (0x0203 );
++            }
 +            *z64_rspinfo.SP_STATUS_REG |= (0x0203);
              if ((*z64_rspinfo.SP_STATUS_REG & SP_STATUS_INTR_BREAK) != 0 ) {
                  *z64_rspinfo.MI_INTR_REG |= R4300i_SP_Intr;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-rsp-z64.git



More information about the Pkg-games-commits mailing list